[issue12583] More detailed `ImportError` messages

Brian Curtin report at bugs.python.org
Mon Jul 18 22:49:33 CEST 2011


Brian Curtin <brian at python.org> added the comment:

Rather than mucking with the string, we should probably set some of these details as attributes on ImportError. #10854 wanted something similar - details on the pyd file that failed if you get an ImportError on an extension module on Windows.

----------
nosy: +brian.curtin

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


More information about the Python-bugs-list mailing list