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

Steve Dower report at bugs.python.org
Mon Apr 4 05:45:20 EDT 2022


Steve Dower <steve.dower at python.org> added the comment:

It could also be something on your PATH interfering, as that particular ImportError could be pretty deep in the load chain.

If none of the built-in options narrow it down enough, try https://pypi.org/project/dlltracer/ as well. Its output takes a bit of interpretation, but it'll definitely get us closer.

----------

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


More information about the Python-bugs-list mailing list