Python.exe has stopped working

Christian Gollwitzer auriocus at gmx.de
Fri Jun 5 05:15:31 EDT 2015


Am 05.06.15 um 11:03 schrieb Alexis Dubois:
> Anyone else for an idea on that?
>
Well, it is a crash on exit. Looks like a memory error inside of PyQT. 
If you've got the time, you could run it inside of a debugger, or 
better, a memory checker like AppVerifier to find the culprit. These 
things are usually quite hard to diagnose, and unless someone has seen 
it here already, the fun starts now ;) Another possible reason might be 
mixing up DLLs from PyQT and another QT installation. You can find out 
by listing all loaded DLLs when the program is running, e.g. from a 
debugger or this tool: 
https://technet.microsoft.com/sysinternals/bb896653.aspx

	Christian



More information about the Python-list mailing list