[PyQt] install pyqt

Phil Thompson phil at riverbankcomputing.com
Sun Jun 17 18:27:05 BST 2012


On Sun, 17 Jun 2012 09:22:12 +0800, "水静流深" <1248283536 at qq.com> wrote:
> my system is debian 6.0.4
> 1.i have installed qt 
> download qt-everywhere-opensource-src-4.8.2
> extract it
> cd ./qt-everywhere-opensource-src-4.8.2
>  ./configure
>   make
>  make install 
> 
> 
> 
> 2.when i install my pyqt
> 1)download  PyQt-x11-gpl-4.9.1
> 2)cd ./PyQt-x11-gpl-4.9.1
> 3)root at debian:/home/debian/PyQt-x11-gpl-4.9.1# python  configure.py
> Error: Make sure you have a working Qt v4 qmake on your PATH or use the
-q
> argument to explicitly specify a working Qt v4 qmake.
> root at debian:/home/debian/PyQt-x11-gpl-4.9.1#  find  /  -name 'qmake*'
> 
> /usr/local/Trolltech/Qt-4.8.2/bin/qmake
> 
> (omitted many outputs)
> it look like everything is installed.
> how can i install  pyqt in my debian?

python configure.py -q /usr/local/Trolltech/Qt-4.8.2/bin/qmake

Phil


More information about the PyQt mailing list