I had this error on an uptodate debian testing system:
sb@edwards:/tmp$ python /usr/bin/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 362, in main
app, opts, args, actions = init_qt(args)
File "/usr/lib/calibre/calibre/gui2/main.py", line 43, in init_qt
from calibre.gui2.ui import Main
File "/usr/lib/calibre/calibre/gui2/ui.py", line 30, in <module>
from calibre.gui2.widgets import ProgressIndicator
File "/usr/lib/calibre/calibre/gui2/widgets.py", line 24, 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 found this bug which said that the error was fixed
I pulled calibre 0.7.50+dfsg-1 and calibre-bin 0.7.50+dfsg-1 from
unstable with
apt-get -t unstable install calibre
But calibre still wouldn't start.
When I tried running it from the command line, I got a segfault at
startup:
sb@edwards:/tmp$ python /usr/bin/calibre
Segmentation fault
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]