Do you need really the last version, if you dont, you can install from repositories:
# aptitude install python-qt4 If you really need the last version, you have to compiling, so you need first install all compiling packages, a bunch of dev packages i'm sure. # apt-get build-dep python-qt4 if you are use with apt-pinning <http://wiki.debian.org/AptPreferences>, you can try to install last version of pyqt4 from wheezy<http://packages.debian.org/wheezy/python-qt4>(v. 4.9.1), but only if you are comfortable with apt-pinning. 2012/6/17 水静流深 <1248283...@qq.com> > 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@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@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? > > > _______________________________________________ > PyQt mailing list PyQt@riverbankcomputing.com > http://www.riverbankcomputing.com/mailman/listinfo/pyqt >
_______________________________________________ PyQt mailing list PyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt