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 ned.deily
Recipients Ramchandra Apte, mcuomo@prestonhs.org, ned.deily
Date 2012-06-04.20:58:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338843527.06.0.479815225275.issue14996@psf.upfronthosting.co.za>
In-reply-to
Content
Also, you could try temporarily renaming the .idlerc folder in your User folder; this is where IDLE stores several configuration files which can be a cause of problems if they have incorrect values.  And you could also try to run IDLE from the Python command line.  Launch Python 3.2 -> Python (command line), then in the interactive interpreter enter:

    import idlelib.PyShell
    idlelib.PyShell.main()

Additional error messages may show up in the command line window.
History
Date User Action Args
2012-06-04 20:58:47ned.deilysetrecipients: + ned.deily, Ramchandra Apte, mcuomo@prestonhs.org
2012-06-04 20:58:47ned.deilysetmessageid: <1338843527.06.0.479815225275.issue14996@psf.upfronthosting.co.za>
2012-06-04 20:58:46ned.deilylinkissue14996 messages
2012-06-04 20:58:46ned.deilycreate