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 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org