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 ec2929
Recipients ec2929, loewis, zeromtmu
Date 2008-11-24.20:11:03
SpamBayes Score 2.2866532e-05
Marked as misclassified No
Message-id <1227557464.72.0.733326478302.issue4049@psf.upfronthosting.co.za>
In-reply-to
Content
I have this problem too but I am running Python 2.5.2 on Windows XP 
professional. I did install Python for all users. I tried uninstalling 
and reinstalling Python. IDLE does not open for me. It cannot find 
Tkinker.

C:\Python25>python.exe lib\idlelib\idle.py
Traceback (most recent call last):
  File "lib\idlelib\idle.py", line 6, in <module>
    import PyShell
  File "C:\Python25\Lib\idlelib\PyShell.py", line 14, in <module>
    import macosxSupport
  File "C:\Python25\Lib\idlelib\macosxSupport.py", line 6, in <module>
    import Tkinter
ImportError: No module named Tkinter
History
Date User Action Args
2008-11-24 20:11:05ec2929setrecipients: + ec2929, loewis, zeromtmu
2008-11-24 20:11:04ec2929setmessageid: <1227557464.72.0.733326478302.issue4049@psf.upfronthosting.co.za>
2008-11-24 20:11:04ec2929linkissue4049 messages
2008-11-24 20:11:03ec2929create