Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 354933 - dev-python/PyQt4-4.8.3 requires sipconfig.py, but this is missing in python2.7
Summary: dev-python/PyQt4-4.8.3 requires sipconfig.py, but this is missing in python2.7
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-15 02:11 UTC by Fred Krogh
Modified: 2011-02-15 03:51 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.