[issue46276] ImportError: DLL load failed while importing

Zombo report at bugs.python.org
Thu Jan 6 20:06:34 EST 2022


Zombo <srpen6 at gmail.com> added the comment:

Looks like the issue is not specific to that one package:

Traceback (most recent call last):
File "Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_multiprocessing.py", line 17, in
File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module
File "multiprocessing_init_.py", line 16, in
File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module
File "multiprocessing\context.py", line 6, in
File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module
File "multiprocessing\reduction.py", line 16, in
File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module
File "socket.py", line 49, in
ImportError: DLL load failed while importing _socket: El parámetro no es correcto.
[8464] Failed to execute script 'pyi_rth_multiprocessing' due to unhandled exception!

----------

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


More information about the Python-bugs-list mailing list