[issue12097] python.exe crashes if it is unable to find its .dll

Christian Heimes report at bugs.python.org
Mon Jul 8 18:58:34 CEST 2013


Christian Heimes added the comment:

'We' don't show any error message. Windows does it on its own because the pythonXX.dll is a dependency for the executable.

If python.exe can't find the DLL then it's also likely that the DLL is unable to find Python's stdlib. Python requires the stdlib to run, too. There isn't much we can do about that.

----------
nosy: +christian.heimes
resolution:  -> rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list