Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 188476 - dev-python/PyQt4-4.3 is installed in a wrong direktory
Summary: dev-python/PyQt4-4.3 is installed in a wrong direktory
Status: RESOLVED DUPLICATE of bug 188287
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-11 14:52 UTC by Ruben Jenster
Modified: 2007-08-11 15:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
installdir patch (PyQt4-4.3-installdir.patch,504 bytes, patch)
2007-08-11 14:53 UTC, Ruben Jenster
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ruben Jenster 2007-08-11 14:52:11 UTC
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
Comment 1 Ruben Jenster 2007-08-11 14:53:53 UTC
Created attachment 127754 [details, diff]
installdir patch
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-08-11 15:05:56 UTC

*** This bug has been marked as a duplicate of bug 188287 ***