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 paul.moore
Recipients eryksun, methane, paul.moore, rafaeldominiquini, steve.dower, tim.golden, zach.ware
Date 2019-12-15.13:40:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576417254.54.0.629616900855.issue39051@roundup.psfhosted.org>
In-reply-to
Content
> sys.path = [
>    'C:\\Developing\\Python\\python38.zip',
>    'C:\\Developing\\Python\\python-3.8.0.amd64\\Lib\\',
>    'C:\\Developing\\Python\\python-3.8.0.amd64\\Lib\\lib-tk',
>    'C:\\Developing\\Python\\python-3.8.0.amd64\\DLLs\\',
>    'C:\\Developing\\Python',

The subdirectory python-3.8.0.amd64 in the various paths above should not be present, and would not be in a normal clean Python installation. It appears that somehow your installation has been corrupted.

I would recommend a clean install. if that doesn't work, it's likely that some environment variables or registry paths in your system are set incorrectly (or at least, in ways the standard installation is not expecting).
History
Date User Action Args
2019-12-15 13:40:54paul.mooresetrecipients: + paul.moore, tim.golden, methane, zach.ware, eryksun, steve.dower, rafaeldominiquini
2019-12-15 13:40:54paul.mooresetmessageid: <1576417254.54.0.629616900855.issue39051@roundup.psfhosted.org>
2019-12-15 13:40:54paul.moorelinkissue39051 messages
2019-12-15 13:40:54paul.moorecreate