On Tuesday 21 September 2010, 15:46:43 Ben George wrote:
> i tried this
>
> again i got error
>
>
>
> [r...@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
> [r...@server PyQt-x11-gpl-4.7.7]# python configure.py --verbose --qmake
> /usr/lib/qt
> qt-3.3/ qt4/
> [r...@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
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to