<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt;color:#000000;"><div>hi guys,<br>i have question about building pyqt for both python2 & python3 on the same pc<br><br>i want to have both of them as i develop all my apps on python2 <br>and i want to start porting them to python3<br><br>i tried build python2-pyqt and all go well but i notic that some libs (pyuic4,pyrcc,sip-lib,...)<br>are installed in general places and the same places for python3<br><br>this will make python3 replace python2 installed file<br><br>so is there a way to build python2 and rename binary files to something like (py2uic4,py2rcc) <br>and for python3 it will be (py3uic4,py3rcc)<br>and do the same for all libs installed outside python dist-utils folder<br><br>i currently use ubuntu 10.10<br>and for building <br>1-python2 configure.py ----> in case of python3 -->
 python3 configure.py<br>2-make<br>3-sudo checkinstall -D make install<br><br>thanks in advance...<br></div>
</div><br>

      </body></html>