Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 354933

Summary: dev-python/PyQt4-4.8.3 requires sipconfig.py, but this is missing in python2.7
Product: Gentoo Linux Reporter: Fred Krogh <fkrogh>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Fred Krogh 2011-02-15 02:11:12 UTC
An emerge of dev-python/PyQt4-4.8.3 fails with

Traceback (most recent call last):
  File "configure.py", line 37, in <module>
    import sipconfig
ImportError: No module named sipconfig
 * ERROR: dev-python/PyQt4-4.8.3 failed (configure phase):
 *   Configuration failed with CPython 2.7 in configuration() function

python2.6 does contain a sipconfig.py.


Reproducible: Always
Comment 1 Rafał Mużyło 2011-02-15 03:13:11 UTC
Does reemerging sip help ?
Comment 2 Fred Krogh 2011-02-15 03:51:52 UTC
Sorry I missed this.  Emerging sip fixed the problem.