Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 474972

Summary: app-text calibre 0.9.3.6: the sip module implements API v10.0 but the progress_indicator module requires API v9.2
Product: Gentoo Linux Reporter: Daniele <dpenazzo91>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Emerge --info

Description Daniele 2013-06-27 13:04:41 UTC
Created attachment 352082 [details]
Emerge --info

Calibre doesn't start due to a Runtime Error, this is the traceback:

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

Other info:
Calibre Version: 0.9.3.6
dev-python/sip version: 4.14.7  (required by PyQt4 4.10.2)
Comment 1 Daniele 2013-06-27 13:08:34 UTC
Emerge --info addeds as an attachment
Comment 2 Daniele 2013-06-29 07:59:12 UTC
Update to version 0.9.37 solves the issue.
Thanks anyway.
Comment 3 Zac Medico gentoo-dev 2013-10-24 02:28:13 UTC

*** This bug has been marked as a duplicate of bug 336368 ***