This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients 89z, eric.smith, eryksun
Date 2022-01-07.07:46:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641541577.52.0.204407251333.issue46276@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2022-01-07 07:46:17eryksunsetrecipients: + eryksun, eric.smith, 89z
2022-01-07 07:46:17eryksunsetmessageid: <1641541577.52.0.204407251333.issue46276@roundup.psfhosted.org>
2022-01-07 07:46:17eryksunlinkissue46276 messages
2022-01-07 07:46:17eryksuncreate