On Wed, Dec 23, 2015 at 1:51 PM, Nicky Mac <[email protected]> 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)"
--
https://mail.python.org/mailman/listinfo/python-list