[issue47203] ImportError: DLL load failed while importing binascii: %1 is not a valid Win32 application.

Eryk Sun report at bugs.python.org
Tue Apr 5 03:41:16 EDT 2022


Eryk Sun <eryksun at gmail.com> added the comment:

There is something fundamentally wrong with the way modules built into the interpreter DLL (python3x.dll) are loaded if anything in sys.path or the system PATH can cause an import to fail.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue47203>
_______________________________________


More information about the Python-bugs-list mailing list