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, cuulblu, ned.deily
Date 2012-06-04.21:02:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338843746.84.0.854602674083.issue14997@psf.upfronthosting.co.za>
In-reply-to
Content
Try launching Python 2.7 -> 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.  But also try renaming or deleting the .idlerc folder in your User folder.  You may have an IDLE configuration file with an unexpected value.
History
Date User Action Args
2012-06-04 21:02:26ned.deilysetrecipients: + ned.deily, Ramchandra Apte, cuulblu
2012-06-04 21:02:26ned.deilysetmessageid: <1338843746.84.0.854602674083.issue14997@psf.upfronthosting.co.za>
2012-06-04 21:02:26ned.deilylinkissue14997 messages
2012-06-04 21:02:26ned.deilycreate