Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 308943 - dev-python/PyQt4, dev-python/sip: the sip module implements API v7.0 but the PyQt4.Qsci module requires API v6.0
Summary: dev-python/PyQt4, dev-python/sip: the sip module implements API v7.0 but the ...
Status: RESOLVED DUPLICATE of bug 307513
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-11 08:02 UTC by Nico Schlömer
Modified: 2010-03-12 08:28 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 Nico Schlömer 2010-03-11 08:02:35 UTC
Hi,

I get the following error when trying to compile dev-util/eric something which needs PyQt4:

============================= *snip* =============================
 * Installation of dev-util/eric-4.4.1 with CPython 2.6...                                             
Checking dependencies                                                                                  
Python Version: 2.6.4                                                                                  
Found PyQt                                                                                             
An internal error occured.  Please report all the output of the program,                               
including the following traceback, to eric4-bugs@eric-ide.python-projects.org.                         

Traceback (most recent call last):
  File "install.py", line 790, in <module>
    main(sys.argv)                        
  File "install.py", line 706, in main    
    doDependancyChecks()                  
  File "install.py", line 513, in doDependancyChecks
    from PyQt4 import Qsci                          
RuntimeError: the sip module implements API v7.0 but the PyQt4.Qsci module requires API v6.0
============================= *snap* =============================

That's with =dev-python/PyQt4-4.7, =dev-python/sip-4.10.

Any hints?

Cheers,
Nico

Reproducible: Always
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-03-11 19:25:16 UTC

*** This bug has been marked as a duplicate of bug 307513 ***
Comment 2 Nico Schlömer 2010-03-12 08:28:42 UTC
Recompiling =dev-python/PyQt4-4.7, as suggested in bug 307513, does *not* solve the problem.
I recompiled x11-libs/qscintilla and dev-python/qscintilla-python, and now the problem has moved to kde-base/pykde4. I'll follow along this chain of recompilations... :/