[PyQt] pyqt installation error

Hans-Peter Jansen hpj at urpla.net
Tue Sep 21 14:58:53 BST 2010


On Tuesday 21 September 2010, 15:46:43 Ben George wrote:
> i tried this
>
> again i got error
>
>
>
> [root at server PyQt-x11-gpl-4.7.7]# python configure.py --verbose --qmake
> /usr/lib/qt-3.3/bin/qmake4
> usage: python configure.py [opts] [macro=value] [macro+=value]
>
> configure.py: error: '/usr/lib/qt-3.3/bin/qmake4' is not a file
> [root at server PyQt-x11-gpl-4.7.7]# python configure.py --verbose --qmake
> /usr/lib/qt
> qt-3.3/ qt4/
> [root at server PyQt-x11-gpl-4.7.7]# python configure.py --verbose --qmake
> /usr/lib/qt4/bin/qmake4
> usage: python configure.py [opts] [macro=value] [macro+=value]
>
> configure.py: error: '/usr/lib/qt4/bin/qmake4' is not a file

Probably you missed to install the qt4 devel package.

Check with:
rpm -ql libqt4-devel | egrep '.*bin.*qmake'
        ^^^^^^^^^^^^
        RH name of qt4 devel package

You might need to install that first.

Pete


More information about the PyQt mailing list