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

Eryk Sun report at bugs.python.org
Sun Apr 3 11:27:55 EDT 2022


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

The user site packages directory is architecture specific starting with 3.10, e.g. "%AppData%\Python\Python310-32\site-packages". The PYTHONPATH environment variable is shared by all versions. 

However, I don't understand how the binascii module could be a problem because it's built into the interpreter DLL itself, i.e. it's in sys.builtin_module_names. There is no binascii.pyd, and, even if there were, it would be ignored.

----------
nosy: +eryksun

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


More information about the Python-bugs-list mailing list