Howdy,<div>I have just compiled PyQt 4.8.4 in WinXP using MinGW from the Qt SDK. I configured both sip and PyQt with --debug turned on (but had to modify the makefiles to link against python26 instead of python26_d). My problem right now is that these did not produce importable modules (for instance, I have QtCore_d.pyd installed instead of QtCore.pyd). If I recompile without the debug flag, everything works fine (but I get no debugging symbols via GDB). </div>

<div><br></div><div>Am I missing something obvious here? </div><div>Are there perhaps any hand-holding documents describing how to get debuggable pyqt on windows?</div><div><br></div><div>Luke</div>