the python modules from dev-python/PyQt-4.3 get installed under /usr/lib/python2.4/site-packages/PyQt4/PyQt4 but should get installed under /usr/lib/python2.4/site-packages/PyQt4 I recognized that emerging qt-recordmydesktop failed in configure with the following message although PyQt4 was installed: checking for QtGui... yes configure: error: You need PyQt4>=4.1 installed to procceed !!! Please attach the following file when filing a report to bugs.gentoo.org: !!! /home/portage/tmp/portage/media-video/qt-recordmydesktop-0.2/work/qt-recordmydesktop-0.2/config.log attached is a patch that adresses this problem Reproducible: Always Steps to Reproduce: 1.emerge dev-python/PyQt-4.3 2.run: python -c 'import PyQt4; from PyQt4 import QtCore; print QtCore.PYQT_VERSION_STR' Actual Results: Traceback (most recent call last): File "<string>", line 1, in ? ImportError: No module named PyQt4 Expected Results: 4.3
Created attachment 127754 [details, diff] installdir patch
*** This bug has been marked as a duplicate of bug 188287 ***