https://bugzilla.novell.com/show_bug.cgi?id=783857 https://bugzilla.novell.com/show_bug.cgi?id=783857#c6 --- Comment #6 from Rolf Wentland <R.Wentland@gmx.de> 2012-10-14 17:54:09 UTC --- In my case i got python-sip-4.14-79.1 with API v9.0 via online update. #rpm --provides -q python-sip-4.14-79.1.x86_64 python-sip(api) = 9.0 sip.so()(64bit) python-sip = 4.14-79.1 python-sip(x86-64) = 4.14-79.1 This was the cause for: RuntimeError: the sip module implements API v9.0 but the PyKDE4.plasma module requires API v8.1 Update to python-kde4-4.9.2-39.1.x86_64 fixed this so PyKDE4.plasma is working now with the v9.0 sip API. The problem from comment 5 is in my opinion just the reverse problem: RuntimeError: the sip module implements API v8.0 to v8.1 but the PyKDE4.plasma module requires API v9.0 PyKDE4.plasma needs v9.0 API but python sip provides only v8.1. I think the real problem is that python-kde4 has no requires rule for the necessary python-sip(api) version. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.