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 Phillip.M.Feldman@gmail.com
Recipients Phillip.M.Feldman@gmail.com, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-03-14.06:47:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAB2ViTbakbXwrMfnyQwZN26cr-mX+1i+JNkRa-Qa=v-a8fHpgQ@mail.gmail.com>
In-reply-to <1552505312.67.0.658905493083.issue36266@roundup.psfhosted.org>
Content
'Should include "_ssl" somewhere in the message?'  Exactly so.  If a given
import statement imports 30 items, it would be helpful to know which one
caused the hickup.  Thanks!

On Wed, Mar 13, 2019 at 12:28 PM Steve Dower <report@bugs.python.org> wrote:

>
> Steve Dower <steve.dower@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 <report@bugs.python.org>
> <https://bugs.python.org/issue36266>
> _______________________________________
>
History
Date User Action Args
2019-03-14 06:47:34Phillip.M.Feldman@gmail.comsetrecipients: + Phillip.M.Feldman@gmail.com, paul.moore, tim.golden, zach.ware, steve.dower
2019-03-14 06:47:34Phillip.M.Feldman@gmail.comlinkissue36266 messages
2019-03-14 06:47:34Phillip.M.Feldman@gmail.comcreate