[issue10854] Output .pyd name in error message of ImportError when DLL load fails

Nick Coghlan report at bugs.python.org
Fri Jan 14 18:24:59 CET 2011


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Sorry, I missed that the request had changed to just the .pyd name. That at least is useful, since you then know where to start with depends.exe. It should be fairly straightforward to implement as well.

Adjusted issue title accordingly.

----------
resolution: wont fix -> 
status: closed -> open
title: Output DLL name in error message of ImportError when DLL is missing -> Output .pyd name in error message of ImportError when DLL load fails

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


More information about the Python-bugs-list mailing list