<br>Hi there,<br><br>&nbsp;&nbsp; I'm looking for information about the best way to debug python.exe crashes.&nbsp; We're developing on Windows using PyQt, and the crashes are occuring in the QtCore dll.&nbsp; <br><br>Error signature:<br>AppName: main.exe&nbsp;&nbsp;&nbsp; &nbsp;AppVer: 0.0.0.0&nbsp;&nbsp;&nbsp; &nbsp;ModName: qtcore4.dll<br>ModVer: 4.2.3.0&nbsp;&nbsp;&nbsp; &nbsp;Offset: 00098fd7<br>&nbsp;&nbsp; <br>&nbsp;&nbsp; Also, pyqt seems to require qtcore4.dll and will reject qtcored4.dll (the debug version of qtcore4.dll).&nbsp; Can it be cajoled into using qtcored4.dll so that I can step through Qt's code?&nbsp; <br><br>Thanks,<br>&nbsp;&nbsp; Charles.<br><br>