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 bob7wake, terry.reedy
Date 2013-11-16.02:21:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384568502.15.0.849537004348.issue19584@psf.upfronthosting.co.za>
In-reply-to
Content
Report like this should initially go to python-list as the problem is probably idiosyncratic to your machine. I have a similar setup, just installed 2.7.6, and Idle seems to work fine.

Open a Windows console (AllPrograms/Accessories/CommandPrompt), cd to your 2.7 director, and try to start idle as below

C:\Users\Terry>cd /programs/python27
C:\Programs\Python27>python -m idlelib.idle

You should see an error message. Perhaps about tkinter. If so, try re-installing and make sure that tcl/tk are checked to be installed.
History
Date User Action Args
2013-11-16 02:21:42terry.reedysetrecipients: + terry.reedy, bob7wake
2013-11-16 02:21:42terry.reedysetmessageid: <1384568502.15.0.849537004348.issue19584@psf.upfronthosting.co.za>
2013-11-16 02:21:42terry.reedylinkissue19584 messages
2013-11-16 02:21:41terry.reedycreate