[PyQt] debug builds under windows

Phil Thompson phil at riverbankcomputing.com
Sat Apr 14 10:25:13 BST 2012


On Sat, 14 Apr 2012 11:16:54 +0200, Erik Janssens
<Erik.Janssens at conceptive.be> wrote:
> Hi,
> 
> How are debug builds supposed to work under windows ?
> 
> I'm observing a segfault that I can only reproduce on
> windows, and would like to create a stackstrace.
> 
> I've build Qt in debug mode.  But when building sip
> with --debug, it appears that the dll is named sip_d
> instead of sip, making the dll unimportable.

...except by a debug version of Python.

> On a side note : I tried to build python itself in debug
> mode, resulting in a python_d.exe.  however this exe even
> fails to import things like os or sys.

You need to solve that problem first.

Phil


More information about the PyQt mailing list