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
Date 2019-03-11.21:43:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552340612.47.0.515886786831.issue36266@roundup.psfhosted.org>
In-reply-to
Content
I have a module that contains an import statement that imports a large number of items.  This import was failing with the following error message:

ImportError: DLL load failed: The specified module could not be found.

The message would be so much more helpful if it named the offending DLL and module.
History
Date User Action Args
2019-03-11 21:43:32Phillip.M.Feldman@gmail.comsetrecipients: + Phillip.M.Feldman@gmail.com
2019-03-11 21:43:32Phillip.M.Feldman@gmail.comsetmessageid: <1552340612.47.0.515886786831.issue36266@roundup.psfhosted.org>
2019-03-11 21:43:32Phillip.M.Feldman@gmail.comlinkissue36266 messages
2019-03-11 21:43:32Phillip.M.Feldman@gmail.comcreate