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 never-eat-yellow-snow
Recipients never-eat-yellow-snow, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-11-18.08:37:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447835823.22.0.872666546521.issue25655@psf.upfronthosting.co.za>
In-reply-to
Content
Currently you get errors like this:

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

It would be nice to include more information, at least the name of the dll which could not be loaded. Maybe also the name of the (dependent) dll which could not be found.

Currently, I use ProcessMonitor to debug which dll could not be found, because the error message is lacking important information.

Note: I tagged the two versions I use, but probably all python versions are affected by this issue.
History
Date User Action Args
2015-11-18 08:37:03never-eat-yellow-snowsetrecipients: + never-eat-yellow-snow, paul.moore, tim.golden, zach.ware, steve.dower
2015-11-18 08:37:03never-eat-yellow-snowsetmessageid: <1447835823.22.0.872666546521.issue25655@psf.upfronthosting.co.za>
2015-11-18 08:37:03never-eat-yellow-snowlinkissue25655 messages
2015-11-18 08:37:02never-eat-yellow-snowcreate