[Python-modules-team] Bug#571203: RuntimeError: the sip module implements API v6.0 but the PyQt4.QtCore module requires API v7.0
Daniele Tricoli
eriol at mornie.org
Wed Apr 14 08:11:16 UTC 2010
On Wednesday 07 April 2010 13:57:26 Jens Link wrote:
> I can confirm the bug. System is squeeze/sid. One of the packages
> affected is gns3.
I can confirm this bug too on squeeze/sid. I just noticed that another
package affected is hgview, but more interesting is the traceback:
[...]
File "/usr/lib/pymodules/python2.5/hgviewlib/qt4/hgfileviewer.py", line 30,
in <module>
from PyQt4 import QtGui, QtCore, Qsci
RuntimeError: the sip module implements API v7.0 to v7.1 but the PyQt4.Qsci
module requires API v6.0
I have an application of mine that use QtGui and QtCore modules and is
still working, so the problem seems to be related to Qsci module:
>>> from PyQt4 import Qsci
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
RuntimeError: the sip module implements API v7.0 to v7.1 but the PyQt4.Qsci
module requires API v6.0
HTH,
--
Daniele Tricoli 'Eriol'
http://mornie.org
More information about the Python-modules-team
mailing list