This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients eryksun, methane, paul.moore, rafaeldominiquini, steve.dower, tim.golden, zach.ware
Date 2019-12-15.13:26:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576416393.59.0.0946873072198.issue39051@roundup.psfhosted.org>
In-reply-to
Content
> * PYTHONPATH = 'C:\Developing\Python;C:\Developing\Python\Scripts;
> C:\Developing\Python\Lib;C:\Developing\Python\Lib\site-packages;
> C:\Developing\Python\DLLs;'

FYI, none of this should set here. For a standard configuration, the installation directory should never be in the PYTHONPATH environment variable -- including the standard library (Lib & DLLs), site-packages, and Scripts.

> I haven't tried reinstalling again since I didn't want to have to 
> reinstall all packages I currently have installed using 'pip'

The existing site-packages and Scripts directories should remain if you reinstall to "C:\Developing\Python". Either way, you don't really have a choice. The installation is broken.
History
Date User Action Args
2019-12-15 13:26:33eryksunsetrecipients: + eryksun, paul.moore, tim.golden, methane, zach.ware, steve.dower, rafaeldominiquini
2019-12-15 13:26:33eryksunsetmessageid: <1576416393.59.0.0946873072198.issue39051@roundup.psfhosted.org>
2019-12-15 13:26:33eryksunlinkissue39051 messages
2019-12-15 13:26:33eryksuncreate