|
I'm trying to upgrade my Kubuntu version; but I can't get update-notifier-kde to run. Any one know how to fix this?
[LiquidDeath@Hydross ~]$ update-notifier-kde -d
Traceback (most recent call last):
File "/usr/bin/update-notifier-kde", line 26, in
from PyQt4.QtCore import *
RuntimeError: the sip module implements API v6.0 but the PyQt4.QtCore module requires API v3.8
[LiquidDeath@Hydross ~]$ python
Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41)
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from PyQt4.QtCore import *
Traceback (most recent call last):
File "", line 1, in
RuntimeError: the sip module implements API v6.0 but the PyQt4.QtCore module requires API v3.8
|
|
Working backward -- Python 2.6.2 is required, also gcc4.3.3 before that. However, it appears the notification wants a downgrade! Go to and follow instructions, my friend. |
Please accept an answer so the question/answer can be finished. Or provide more details so we can help.