[issue39344] Getting error while importing ssl " import _ssl # if we can't import it, let the error propagate ImportError: DLL load failed while importing _ssl: The specified module could not be found."

Christian Heimes report at bugs.python.org
Wed Jan 15 11:03:08 EST 2020


Christian Heimes <lists at cheimes.de> added the comment:

It sounds like Python cannot load the OpenSSL DLLs or a dependency of the OpenSSL DLLs. IIRC the libraries are called libssl.dll and libcrypto.dll. The files must be in the current DLL search path.

----------

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


More information about the Python-bugs-list mailing list