Eryk Sun <eryk...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue46276>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to