Gentoo Archives: gentoo-user

From: ckard <ckardaris@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Calibre break after Update
Date: Sun, 17 Feb 2013 23:43:46
Message-Id: CAKOc+FEUbiZzzj=wqzGQjzrA=hg5P6g54Jch+j-EqVZFDRv5sQ@mail.gmail.com
In Reply to: [gentoo-user] Calibre break after Update by Silvio Siefke
1 On Sun, Feb 17, 2013 at 11:24 PM, Silvio Siefke <siefke_listen@×××.de> wrote:
2 > Hello,
3 >
4 >
5 > i run the update from calibre yesterday and now calibre not startet. Has
6 > someone the same and has fix?
7 >
8 > siefke@gentoo-mobile : ~ $ calibre
9 > Traceback (most recent call last):
10 > File "/usr/bin/calibre", line 20, in <module>
11 > sys.exit(main())
12 > File "/usr/lib/calibre/calibre/gui2/main.py", line 412, in main
13 > app, opts, args, actions = init_qt(args)
14 > File "/usr/lib/calibre/calibre/gui2/main.py", line 85, in init_qt
15 > from calibre.gui2.ui import Main
16 > File "/usr/lib/calibre/calibre/gui2/ui.py", line 31, in <module>
17 > from calibre.gui2.widgets import ProgressIndicator
18 > File "/usr/lib/calibre/calibre/gui2/widgets.py", line 21, in <module>
19 > from calibre.gui2.progress_indicator import ProgressIndicator as _ProgressIndicator
20 > File "/usr/lib/calibre/calibre/gui2/progress_indicator/__init__.py", line 15, in <module>
21 > pi_error)
22 > RuntimeError: Failed to load the Progress Indicator plugin: the sip module implements API v9.0 to v9.1 but the progress_indicator module requires API v8.1
23 >
24 > Thank you & Greetings
25 > Silvio
26 >
27
28 You probably updated other python modules afterwards. Try to reinstall calibre.

Replies

Subject Author
Re: [gentoo-user] Calibre break after Update Michael Mol <mikemol@×××××.com>