New submission from anatoly techtonik <techto...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue10854>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to