Am Mittwoch, den 24.02.2010, 11:22 +0100 schrieb Victor Stinner: > Package: python-qt4 > Version: 4.7-2 > Severity: grave > Justification: renders package unusable > > > After a dist-upgrade, my PyQt application doesn't work anymore. > I removed the packages sip4 and python-sip4 but it doesn't fix this > issue. I tried to remove python-sip and then reinstall python-qt4 is > still present. > > I don't understand because the new python-sip packages provides "SIP API > 7.0" whereas the error message starts with "the sip module implements > API v6.0"!?
Hi,
does
$ python
>>> from PyQt4 import QtCore
lead to the same error? Did you ever install sip manually? Do you get
the following output?
$ python -v
...
>>> from PyQt4 import QtCore
dlopen("/usr/lib/pymodules/python2.5/PyQt4/QtCore.so", 2);
dlopen("/usr/lib/pymodules/python2.5/sip.so", 2);
import sip # dynamically loaded from /usr/lib/pymodules/python2.5/sip.so
import PyQt4.QtCore # dynamically loaded from
/usr/lib/pymodules/python2.5/PyQt4/QtCore.so
best,
Torsten
--
.: Torsten Marek
.: http://shlomme.diotavelli.net
.: [email protected] -- GnuPG: 1024D/A244C858
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

