Hi. I hope I am asking this in an appropriate location.
The python-qt4 debian package does not support using python 3* (I hope this changes soon), so I tried to compile python-qt4 from the upstream source for python 3.1. It builds fine, but the only problem is that it tries to overwrite files (i forgot which) from the installed python-qt4 debian package (which is needed for other python versions (for example by eric)) and perhaps others. What is the best way to install pyqt for both python 2* and 3*?