Do you need really the last version, if you dont, you can install from repositories:<br><br># aptitude install python-qt4<br><br>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.<br>
<br># apt-get build-dep python-qt4<br><br>if you are use with <a href="http://wiki.debian.org/AptPreferences">apt-pinning</a>, you can try to install last version of pyqt4 from <a href="http://packages.debian.org/wheezy/python-qt4">wheezy</a> (v. 4.9.1), but only if you are comfortable with apt-pinning.<br>
<br><br><div class="gmail_quote">2012/6/17 水静流深 <span dir="ltr"><<a href="mailto:1248283536@qq.com" target="_blank">1248283536@qq.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>my system is debian 6.0.4</div><div>1.i have installed qt </div><div>download qt-everywhere-opensource-src-4.8.2</div><div>extract it</div><div><div>cd ./qt-everywhere-opensource-src-4.8.2</div><div> ./configure</div>
<div>  make</div><div> make install </div></div><div><br></div><div>2.when i install my pyqt</div><div>1)download  PyQt-x11-gpl-4.9.1</div><div>2)cd ./PyQt-x11-gpl-4.9.1</div><div>3)root@debian:/home/debian/PyQt-x11-gpl-4.9.1# python  configure.py</div>
<div>Error: Make sure you have a working Qt v4 qmake on your PATH or use the -q</div><div>argument to explicitly specify a working Qt v4 qmake.</div><div><div>root@debian:/home/debian/PyQt-x11-gpl-4.9.1#  find  /  -name 'qmake*'</div>
</div><div><div>/usr/local/Trolltech/Qt-4.8.2/bin/qmake</div></div><div>(omitted many outputs)</div><div>it look like everything is installed.</div><div>how can i install  pyqt in my debian?</div><div><br></div><br>_______________________________________________<br>

PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br></blockquote></div><br>