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 steve.dower
Recipients Phillip.M.Feldman@gmail.com, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-03-13.19:28:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552505312.67.0.658905493083.issue36266@roundup.psfhosted.org>
In-reply-to
Content
You mean like this:

>>> import _ssl
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: DLL load failed: The specified module could not be found.

Should include "_ssl" somewhere in the message? That's easy enough, but it's never been what anyone else has meant when they've asked for this, so I assumed you wanted the more helpful message (where it tells you exactly which DLL is missing - libcrypto-1_1-x64.dll in this case - and *that's* the one we can't do).
History
Date User Action Args
2019-03-13 19:28:32steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, Phillip.M.Feldman@gmail.com, zach.ware
2019-03-13 19:28:32steve.dowersetmessageid: <1552505312.67.0.658905493083.issue36266@roundup.psfhosted.org>
2019-03-13 19:28:32steve.dowerlinkissue36266 messages
2019-03-13 19:28:32steve.dowercreate