I made un update yesterday. Main change was from kde 4.5 to 4.6.
Caliber stopped working. If I launch it from konsole, I have:
wrbbt:~> calibre
Traceback (most recent call last):
File "/usr/bin/calibre", line 19, in <module>
sys.exit(main())
File "/usr/lib/calibre/calibre/gui2/main.py", line 288, in main
app, opts, args, actions = init_qt(args)
File "/usr/lib/calibre/calibre/gui2/main.py", line 38, in init_qt
from calibre.gui2.ui import Main
File "/usr/lib/calibre/calibre/gui2/ui.py", line 41, in <module>
from calibre.gui2.widgets import ProgressIndicator, IMAGE_EXTENSIONS
File "/usr/lib/calibre/calibre/gui2/widgets.py", line 25, in <module>
from calibre.gui2.progress_indicator import ProgressIndicator as _ProgressIndicator
File "/usr/lib/calibre/calibre/gui2/progress_indicator/__init__.py", line 15, in <module>
pi_error)
RuntimeError: Failed to load the Progress Indicator plugin: the sip module implements API v8.0 to v8.1 but the progress_indicator module requires API v7.1
>
> I made un update yesterday. Main change was from kde 4.5 to 4.6.
> Caliber stopped working. If I launch it from konsole, I have:
>
> Code:
> --------------------
> wrbbt:~> calibre
> Traceback (most recent call last):
> File “/usr/bin/calibre”, line 19, in <module>
> sys.exit(main())
> File “/usr/lib/calibre/calibre/gui2/main.py”, line 288, in main
> app, opts, args, actions = init_qt(args)
> File “/usr/lib/calibre/calibre/gui2/main.py”, line 38, in init_qt
> from calibre.gui2.ui import Main
> File “/usr/lib/calibre/calibre/gui2/ui.py”, line 41, in <module>
> from calibre.gui2.widgets import ProgressIndicator, IMAGE_EXTENSIONS
> File “/usr/lib/calibre/calibre/gui2/widgets.py”, line 25, in <module>
> from calibre.gui2.progress_indicator import ProgressIndicator as
> _ProgressIndicator
> File “/usr/lib/calibre/calibre/gui2/progress_indicator/init.py”,
> line 15, in <module>
> pi_error)
> RuntimeError: Failed to load the Progress Indicator plugin: the sip
> module implements API v8.0 to v8.1 but the progress_indicator module
> requires API v7.1
> --------------------
>
> Any idea about how to resolve this?
>
mine still works; but i installed it from the calibre website, using their
python installer. i used to have it installed from oS repos, but at one
point i got the same error you got now. not finding an easy solution, i
started using the outside installer, which doesn’t have an uninstall
option
i think the incompatibility with openSUSE’s version of that progress
indicator got resolved at one point; apparently it’s turned up again.
when a bug number is known, then return here and post it (so followers
with the problem can also add to it and monitor progress) after a
period of time in which you hope a developer contacts you and ask you
to test a patch, you may want to back level to KDE4.5, or do without
caliber…
–
DenverD
CAVEAT: http://is.gd/bpoMD
[NNTP posted w/openSUSE 11.3, KDE4.5.5, Thunderbird3.0.11, nVidia
173.14.28 3D, Athlon 64 3000+]
“It is far easier to read, understand and follow the instructions than
to undo the problems caused by not.” DD 23 Jan 11
no, the thanks go to you because by documenting the bug it get
squashed and the system gets better…thank YOU for your contribution
to open source software!!!
–
DenverD
CAVEAT: http://is.gd/bpoMD
[NNTP posted w/openSUSE 11.3, KDE4.5.5, Thunderbird3.0.11, nVidia
173.14.28 3D, Athlon 64 3000+]
“It is far easier to read, understand and follow the instructions than
to undo the problems caused by not.” DD 23 Jan 11
So, you see, it’s a pleasure to be part of a community like this, always very kind and very helpful. And besides, I love open source software!
I’ve learnt a lot in this forum.