-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-25655: Improve Win DLL loading failures doc #22372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
https://bugs.python.org/issue25655 Add documentation to help diagnose CDLL dependent DLL loading errors on windows for OSError with message: "[WinError 126] The specified module could not be found" This error is otherwise difficult to diagnose. Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
I do not think this minor doc update is news-worthy, so a core dev should add a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit comment
Exception references are made with exc and not class Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
@corona10 I applied your suggested fix. Thank you! |
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Reported-by: Steve Dower <steve.dower@microsoft.com> Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> Co-authored-by: Steve Dower <steve.dower@microsoft.com>
Thanks @pombredanne for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
Thanks @pombredanne for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
Add documentation to help diagnose CDLL dependent DLL loading errors on windows for OSError with message: "[WinError 126] The specified module could not be found" This error is otherwise difficult to diagnose. (cherry picked from commit b6f2fc9) Co-authored-by: Philippe Ombredanne <pombredanne@gmail.com>
GH-22894 is a backport of this pull request to the 3.9 branch. |
Add documentation to help diagnose CDLL dependent DLL loading errors on windows for OSError with message: "[WinError 126] The specified module could not be found" This error is otherwise difficult to diagnose. (cherry picked from commit b6f2fc9) Co-authored-by: Philippe Ombredanne <pombredanne@gmail.com>
GH-22895 is a backport of this pull request to the 3.8 branch. |
Add documentation to help diagnose CDLL dependent DLL loading errors on windows for OSError with message: "[WinError 126] The specified module could not be found" This error is otherwise difficult to diagnose. (cherry picked from commit b6f2fc9) Co-authored-by: Philippe Ombredanne <pombredanne@gmail.com>
Add documentation to help diagnose CDLL dependent DLL loading errors on windows for OSError with message: "[WinError 126] The specified module could not be found" This error is otherwise difficult to diagnose. (cherry picked from commit b6f2fc9) Co-authored-by: Philippe Ombredanne <pombredanne@gmail.com>
Add documentation to help diagnose CDLL dependent DLL loading errors on windows for OSError with message: "[WinError 126] The specified module could not be found" This error is otherwise difficult to diagnose.
Add documentation to help diagnose CDLL dependent DLL loading errors
on Windows for OSError with message:
"[WinError 126] The specified module could not be found"
This error is otherwise difficult to diagnose.
Signed-off-by: Philippe Ombredanne pombredanne@nexb.com
https://bugs.python.org/issue25655