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.

classification
Title: ImportError: DLL Load Failure: The specified module cannot be found
Type: enhancement Stage: resolved
Components: Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Python errors related to failures loading DLL's lack information
View: 25655
Assigned To: Nosy List: r.david.murray, xoviat
Priority: normal Keywords:

Created on 2017-11-04 02:26 by xoviat, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg305531 - (view) Author: xoviat (xoviat) Date: 2017-11-04 02:26
Yes, I know that this isn't Python's fault. I know how to resolve the problem. But what's frustrating is that this error message is totally unhelpful, because it doesn't contain the DLL that Python is looking for.

Yes, I know that the error message is just directly from windows. But there has to be some way to make this error message more helpful. There has to be some way to tell the user what the name of the DLL is. Because the current state of this error message is sad.
msg305532 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2017-11-04 02:32
Duplicate of #25655.  Any concrete proposals for how to make this better are welcome.
History
Date User Action Args
2022-04-11 14:58:54adminsetgithub: 76122
2017-11-04 02:32:58r.david.murraysetstatus: open -> closed

superseder: Python errors related to failures loading DLL's lack information

nosy: + r.david.murray
messages: + msg305532
resolution: duplicate
stage: resolved
2017-11-04 02:26:04xoviatcreate