Hi, I have built local versions of Qt 4.8.3, Python, SIP, and PyQt on an Xubuntu machine which has Qt 4.8.1 as its system Qt:
$ cd qt483src $ ./configure -prefix ~/opt/qt483 $ make && make install $ cd py33src $ ./configure --prefix ~/opt/py33 $ make && make install $ cd sip414src $ ~/opt/py33/bin/python3 configure.py $ make && make install $ cd pyqt495src $ ~/opt/py33/bin/python3 configure.py -q ~/opt/qt483/bin/qmake $ make && make install $ ./opt/py33/bin/python3 mypyqtapp.pyw Cannot mix incompatible Qt library (version 0x40801) with this library (version 0x40803) Aborted (core dumped) So clearly, despite trying to build using my local Qt, PyQt seems to be looking at the system Qt. Is there a solution for this? Thanks! -- Mark Summerfield, Qtrac Ltd, www.qtrac.eu C++, Python, Qt, PyQt - training and consultancy "Programming in Python 3" - ISBN 0321680561 http://www.qtrac.eu/py3book.html _______________________________________________ PyQt mailing list PyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt