Steve Dower <steve.do...@python.org> added the comment:

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).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36266>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to