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 roger.serwy
Recipients Anthony.Kong, BugReporter, loewis, roger.serwy, terry.reedy
Date 2012-05-19.04:33:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337401983.97.0.122861279678.issue14838@psf.upfronthosting.co.za>
In-reply-to
Content
The reason why IDLE failed to launch is due to stderr=None when using pythonw.exe. The first Warning message cause IDLE to abort. See issue13582 for more details and a solution to the problem of IDLE not starting.

Cain, your home directory should contain a folder named ".idlerc". Within this folder are a few configuration files for IDLE. The warning messages indicate that you are missing "config-highlight.cfg" which contained the definitions for the "desert" theme. Try renaming "config-main.cfg" to something else and relaunch IDLE. This will force IDLE to use its default settings.
History
Date User Action Args
2012-05-19 04:33:04roger.serwysetrecipients: + roger.serwy, loewis, terry.reedy, Anthony.Kong, BugReporter
2012-05-19 04:33:03roger.serwysetmessageid: <1337401983.97.0.122861279678.issue14838@psf.upfronthosting.co.za>
2012-05-19 04:33:03roger.serwylinkissue14838 messages
2012-05-19 04:33:02roger.serwycreate