[PyKDE] Build-Bug in PyQt 3.6/3.7 and Qt 3.1.2 commercial

Andrew Smart Andrew.Smart at smart-knowhow.de
Mon Jul 7 00:18:00 BST 2003


Hi folks,

I have trouble building sip 3.6/3.7, PyQt 3.6/3.7 
together with Qt 3.1.2 under Windows.

All versions are commercial, the bug applies to 3.6 
as well as 3.7.

The build.py seeks for the qt libraries with the
pattern "qt", "qt-mt" and so on.

On my installation I have a "qtmt312.lib" instead of
a "qt-mt.lib" in my lib-directory of qt.

So: the build.py doesn't find a lib and stops.

If I change the line 639 of build.py from

        mtlib = isQtLibrary(qtlibdir,"qt-mt")

to

        mtlib = isQtLibrary(qtlibdir,"qtmt")

then the build goes throu.

Andrew




More information about the PyQt mailing list