Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 474972 - app-text calibre 0.9.3.6: the sip module implements API v10.0 but the progress_indicator module requires API v9.2
Summary: app-text calibre 0.9.3.6: the sip module implements API v10.0 but the progres...
Status: RESOLVED DUPLICATE of bug 336368
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-27 13:04 UTC by Daniele
Modified: 2013-10-24 02:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Emerge --info (emerge-info,19.33 KB, text/plain)
2013-06-27 13:04 UTC, Daniele
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***