This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author clikkeb
Recipients asvetlov, clikkeb, r.david.murray, roger.serwy, terry.reedy
Date 2012-04-17.08:22:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334650968.66.0.356919119236.issue14576@psf.upfronthosting.co.za>
In-reply-to
Content
It is one of the possible solutions.

In combination with the "writable flag" solution, you might create a class
variable in IdleConf (e.g. "user_cfg") that contains the user's home directory;
such variable will be initialized to an empty string by IdleConf.__init__.
On each call, GetUserCfgDir tries to initialize "user_cfg" only if it is an
empty string, otherwise it returns it's content.

Anyway, keep in mind that in GetUserConfig there's an unhandled exception (AttributeError) that might be the cause of the "IDLE doesn't start..." issue reported by users.
History
Date User Action Args
2012-04-17 08:22:48clikkebsetrecipients: + clikkeb, terry.reedy, roger.serwy, r.david.murray, asvetlov
2012-04-17 08:22:48clikkebsetmessageid: <1334650968.66.0.356919119236.issue14576@psf.upfronthosting.co.za>
2012-04-17 08:22:48clikkeblinkissue14576 messages
2012-04-17 08:22:48clikkebcreate