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 amundell
Recipients amundell, brian.curtin, jabhijeet, loewis, roger.serwy, tim.golden
Date 2012-12-21.13:30:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356096619.73.0.0159846340083.issue16365@psf.upfronthosting.co.za>
In-reply-to
Content
I had a similar issue in Win8, but occured after installing another program. My issue was related to the TCL_Library environment variable. If it is related to this error it can be confirmed by opening the command prompt, changing dir to cd c:\python33\ and typing python. Once python has started write import idlelib.idle. If idle does not start, read the errors and check to see if a TCL-related error has been generated. If this error has occured change the environment variable (ControlPanel\right click System\change settings\advanced tab\environment variable\select TCL_Library. Alter the the path to C:\Python33\tcl\tcl8.5. idle should then start. However you may have issues/conflict with other installed programs that access the TCL_Library. Hope this helps.
History
Date User Action Args
2012-12-21 13:30:19amundellsetrecipients: + amundell, loewis, tim.golden, roger.serwy, brian.curtin, jabhijeet
2012-12-21 13:30:19amundellsetmessageid: <1356096619.73.0.0159846340083.issue16365@psf.upfronthosting.co.za>
2012-12-21 13:30:19amundelllinkissue16365 messages
2012-12-21 13:30:19amundellcreate