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

anatoly techtonik report at bugs.python.org
Fri Jan 7 16:48:45 CET 2011


New submission from anatoly techtonik <techtonik at gmail.com>:

When an extension could not be loaded, because it requires some DLL that is missing, Python shows the following error message:

  ImportError: DLL load failed: The specified module could not be found.

It will help tremendously in debugging extension problems if the missing DLL name is specified in error message.

----------
components: Extension Modules
messages: 125649
nosy: techtonik
priority: normal
severity: normal
status: open
title: Output DLL name in error message of ImportError when DLL is missing
type: resource usage
versions: Python 2.7

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


More information about the Python-bugs-list mailing list