[issue10854] Output DLL name in error message of ImportError when DLL is missing

anatoly techtonik report at bugs.python.org
Fri Jan 7 18:42:32 CET 2011


anatoly techtonik <techtonik at gmail.com> added the comment:

Can you cross reference the part of code where this error is catched?

Why Python can't get information about the reason .DLL is not loaded?

Is it at least possible to add a hook point at the exact time the import fails to insert component that is able to inquiry system about this information (like depends)?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10854>
_______________________________________


More information about the Python-bugs-list mailing list