Comment 7 for bug 450851

Revision history for this message
Martin Pitt (pitti) wrote : Re: ubuntu-bug fails with most recent karmic kubuntu updates

So the original sip module mismatch was apparently fixed in

kdebindings (4:4.3.2-0ubuntu2) karmic; urgency=low

  * Rebuild for Sip 4.9
  * Use python-support, now required by python-qt4 4.6

 -- Jonathan Riddell <email address hidden> Wed, 14 Oct 2009 02:22:20 +0100

But it seems this or the previous version also broke module loading entirely now:

$ python -c 'import PyKDE4.kdecore'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named kdecore

The file is there, though:

$ dpkg -L python-kde4|grep kdecore.so
/usr/lib/pyshared/python2.6/PyKDE4/kdecore.so