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 terry.reedy
Recipients Anthony.Kong, BugReporter, loewis, roger.serwy, terry.reedy
Date 2012-05-18.19:34:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337369645.2.0.0100076933429.issue14838@psf.upfronthosting.co.za>
In-reply-to
Content
If python itself runs, you can easily try this from inside the interpreter

>>> from idlelib import idle

This *should* bring up the Idle shell window. It just did for me on 64 bit Win7. If not, there *should* be an error traceback you can cut and paste here.
History
Date User Action Args
2012-05-18 19:34:05terry.reedysetrecipients: + terry.reedy, loewis, roger.serwy, Anthony.Kong, BugReporter
2012-05-18 19:34:05terry.reedysetmessageid: <1337369645.2.0.0100076933429.issue14838@psf.upfronthosting.co.za>
2012-05-18 19:34:04terry.reedylinkissue14838 messages
2012-05-18 19:34:04terry.reedycreate