[PyKDE] PyQt4 + Qt4.0.1-debug or Qt4.1.0

Phil Thompson phil at riverbankcomputing.co.uk
Wed Dec 21 23:05:54 GMT 2005


On Wednesday 21 December 2005 10:51 pm, Andreas Pakulat wrote:
> Hi,
>
> I'll ask two questions in one mail, because they're so short:
>
> 1. Should PyQt4 be buildable with a debug-only build of Qt 4.0.1? I just
> ran configure of todays (2005-12-21) snapshot and it tells me there is
> no QtCore lib. I guess it's not looking for QtCore_debug.*?

It will if you build a debug version of PyQt (the -u flag).

> 2. Is PyQt4 currently already supposed to work with Qt4.1.0? I guess
> not, because compiling with it gives an error about the QTextDecoder
> Copy-Constructor being private.

No - but just mark those ctors as private in the .sip files.

Phil




More information about the PyQt mailing list