On Tue, 21 Sep 2010 13:15:56 +0300, Ben George <[email protected]> wrote: > when i tried to compile configure.py,i got this error > > me using redhat 5.5 > > > > [r...@server PyQt-x11-gpl-4.7.7]# python configure.py --verbose > Determining the layout of your Qt installation... > /usr/lib/qt-3.3/bin/qmake -o qtdirs.mk qtdirs.pro
Use configure.py's --qmake option to point to your Qt4 qmake (rather than your Qt3 qmake). Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
