← Back to team overview

edubuntu-bugs team mailing list archive

[Bug 1200227] [NEW] Calibre fails to start up on saucy with error: RuntimeError: Failed to load the Progress Indicator plugin: the sip module implements API v10.0 but the progress_indicator module requires API v9.2

 

Public bug reported:

Calibre does not start up on Ubuntu Saucy (13.10). It fails to run with
the following error:

Traceback (most recent call last):
  File "/usr/bin/calibre", line 20, in <module>
    sys.exit(main())
  File "/usr/lib/calibre/calibre/gui2/main.py", line 415, in main
    app, opts, args, actions = init_qt(args)
  File "/usr/lib/calibre/calibre/gui2/main.py", line 85, in init_qt
    from calibre.gui2.ui import Main
  File "/usr/lib/calibre/calibre/gui2/ui.py", line 31, in <module>
    from calibre.gui2.widgets import ProgressIndicator
  File "/usr/lib/calibre/calibre/gui2/widgets.py", line 21, 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 v10.0 but the progress_indicator module requires API v9.2

Calibre version:
calibre 0.9.36-0ubuntu1
calibre-bin 0.9.36-0ubuntu1

** Affects: calibre (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Edubuntu
Bugsquad, which is subscribed to calibre in Ubuntu.
https://bugs.launchpad.net/bugs/1200227

Title:
  Calibre fails to start up on saucy with error: RuntimeError: Failed to
  load the Progress Indicator plugin: the sip module implements API
  v10.0 but the progress_indicator module requires API v9.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/1200227/+subscriptions


Follow ups

References