unable to open IDLE for Python3.50rc1 on windows10 64bit AMD

eryk sun eryksun at gmail.com
Wed Dec 23 16:20:34 EST 2015


On Wed, Dec 23, 2015 at 1:51 PM, Nicky Mac <nmcelwaine at gmail.com> wrote:
>
> no sign of old Py2.7 anywhere :-
>
> C:\Users\Nick>python -c "import sys; print(*sys.path, sep='\n')"
>
> C:\Python\Python35\python35.zip
> C:\Python\Python35\DLLs
> C:\Python\Python35\lib
> C:\Python\Python35
> C:\Python\Python35\lib\site-packages

The first blank entry is for the current directory. Do you maybe have
an old "idlelib" directory in your profile?

Print what it's attempting to load:

    python -c "import importlib; print(importlib.find_loader('idlelib').path)"



More information about the Python-list mailing list