[issue46276] ImportError: DLL load failed while importing

Eryk Sun report at bugs.python.org
Fri Jan 7 02:46:17 EST 2022


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

> ImportError: DLL load failed while importing _socket: El parámetro no es correcto.

I'm not familiar with the implementation of PyInstaller, which is a third-party tool. The above invalid-parameter error may be indirectly related to the problem with frida, or it may be a separate issue. 

The problem with frida is simply that "_frida.cp310-win_amd64.pyd" is an invalid or corrupted DLL that the system can't load. I don't know what went wrong with their build and distribution process that caused the problem. It's something to resolve on the frida issue tracker.

----------

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


More information about the Python-bugs-list mailing list