Re: [PyQt] Debugging in windows

2011-05-19 Thread Mailing List SVR
Il giorno dom, 15/05/2011 alle 00.22 -0400, Luke Campagnola ha scritto: Howdy, 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

[PyQt] Debugging in windows

2011-05-14 Thread Luke Campagnola
Howdy, 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,

[PyQt] debugging on windows

2010-12-30 Thread Erik Janssens
Hello All, I am trying to find the cause for a segfault that is probably Qt / PyQt related. But the segfault only happens on Windows. As I am not a windows expert, is there somebody able to explain how to debug / stacktrace / catch coredumps under windows ? All tips are appreciated. Thx,