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

Nicky Mac nmcelwaine at gmail.com
Wed Dec 23 14:51:56 EST 2015


dear Python team
thanks for your amazing support!
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


On 23 December 2015 at 19:30, eryk sun <eryksun at gmail.com> wrote:

> On Wed, Dec 23, 2015 at 8:38 AM, Nicky Mac <nmcelwaine at gmail.com> wrote:
> >
> > I removed the old python2.7 entries in system Path, the PYTHON variables
> you
> > mentioned are not present.
> > All I have is Python35 in the PATH.
>
> Maybe there's still a stale directory on sys.path for another reason.
> Print sys.path from the command prompt:
>
>     python -c "import sys; print(*sys.path, sep='\n')"
>
> P.S. Please reply to the list also this time.
>



-- 
Nick "Mac" McElwaine



More information about the Python-list mailing list