Python idle did not open even after trying many times

Terry Reedy tjreedy at udel.edu
Wed Dec 9 21:13:44 EST 2020


On 12/9/2020 11:08 AM, avinash gaur wrote:
> Dear Sir/Mam,
> I am facing a problem with Python Idle. I am unable to open python idle
> even after clicking on it so many times. I am using Python 3.7 on Windows.

What are you clicking on?
Did IDLE work before?  (If you just installed 3.7, why?)

Can you start interactive Python?  and get >>> prompt?
Does 'import tkinter' work?
Does 'import idlelib.idle' work?
-- 
Terry Jan Reedy



More information about the Python-list mailing list