Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upbpo-39393: Misleading error message on dependent DLL resolution failure #18093
Conversation
This comment has been minimized.
This comment has been minimized.
plimkilde
commented
Jan 21, 2020
•
|
As @eryksun mentioned in the issue tracker, the suggestion to "Try using the full path with constructor syntax" may not solve the problem when failing to resolve a dependency. Should this sentence perhaps be reworded as well? Maybe something like "Ensure that the file and its dependencies are in the DLL search path" would be more accurate. |
13c1c35
into
python:master
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Jan 28, 2020
|
Thanks @ZackerySpytz for the PR, and @zooba for merging it |
…re (pythonGH-18093) (cherry picked from commit 13c1c35) Co-authored-by: Zackery Spytz <[email protected]>
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Jan 28, 2020
|
GH-18230 is a backport of this pull request to the 3.8 branch. |
This comment has been minimized.
This comment has been minimized.
|
Rather than force people to figure out the DLL search path, I'd rather leave the most likely fix right in the message. |
…re (GH-18093) (cherry picked from commit 13c1c35) Co-authored-by: Zackery Spytz <[email protected]>
…re (pythonGH-18093)
ZackerySpytz commentedJan 21, 2020
•
edited by bedevere-bot
Improve the error message when attempting to load a DLL with
unresolved dependencies.
https://bugs.python.org/issue39393