Paul Moore <p.f.mo...@gmail.com> added the comment:
> 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). ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue39051> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com