Idle not opening
Terry Reedy
tjreedy at udel.edu
Wed May 6 20:35:31 EDT 2020
On 5/6/2020 9:46 AM, Rance Victor wrote:
> Hey there,
> After successfully installing Python 3.8.2(64 bit) on my system(windows 10
> 64 bit OS), my idle is not opening. I've tried uninstalling and
> reinstalling it again but still the same result.
Was the box for installing tkinter and IDLE checked?
How did you try to run IDLE?
Can you run Python itself -- from the start menu or command prompt, the
latter either with > py or > python
Is so, does 'import tkinter' work? Does 'dir(tkinter)' has a couple
hundred entries?
If the above, what does 'import idlelib.idle' do, or at command line,
'py -m idlelib'?
More information about the Python-list
mailing list