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.

classification
Title: Getting an ImportError DLL load failed while importing _ssl
Type: crash Stage: resolved
Components: SSL Versions: Python 3.9
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: christian.heimes Nosy List: christian.heimes, lnegger
Priority: normal Keywords:

Created on 2021-05-20 16:22 by lnegger, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg394033 - (view) Author: Luis González (lnegger) Date: 2021-05-20 16:22
Good morning everyone. First of all, I would like apologize for my poor english. I'm a very newby programming in python.  I'm getting an ImportError DLL load failed while importing _ssl. Can't find _ssl.pyd, from my EXE file created by de sentence "Python setup.py py2exe". The file _ssl.pyd, is at the same folder than the .exe file. Thanks in advance.
msg394034 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2021-05-20 16:43
py2exe is a third party tool and not maintained by Python core development. Please use resources at http://www.py2exe.org/ to get help, e.g. issue tracker https://github.com/py2exe/py2exe
History
Date User Action Args
2022-04-11 14:59:45adminsetgithub: 88357
2021-10-18 14:26:19iritkatrielsetstatus: open -> closed
resolution: third party
stage: resolved
2021-05-20 16:43:20christian.heimessetmessages: + msg394034
2021-05-20 16:22:02lneggercreate