I would like to install pyqt into /usr/local/lib/python/site-packages instead of /usr/lib. However, the configure script detects that python is in /usr/lib and forces my install there. If i add the --with-python-modules option, the configure fails because it tries to find parts of python in the dir I specify. Suggestions?