Re: [gentoo-user] Calibre break after Update

2013-02-19 Thread Michael Mol
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 02/17/2013 06:43 PM, ckard wrote:
 On Sun, Feb 17, 2013 at 11:24 PM, Silvio Siefke
 siefke_lis...@web.de wrote:
 Hello,
 
 
 i run the update from calibre yesterday and now calibre not
 startet. Has someone the same and has fix?
 
 siefke@gentoo-mobile : ~ $ calibre 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 412, 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 v9.0 to
 v9.1 but the progress_indicator module requires API v8.1
 
 Thank you  Greetings Silvio
 
 
 You probably updated other python modules afterwards. Try to
 reinstall calibre.
 

Wouldn't python-updater have caught that? I'm hitting the same error.
Tried python-updater, which gave me:

 Starting parallel fetch Emerging (1 of 12)
 dev-python/setuptools-0.6.30-r1 Installing (1 of 12)
 dev-python/setuptools-0.6.30-r1 Emerging (2 of 12)
 dev-python/pygments-1.5-r1 Installing (2 of 12)
 dev-python/pygments-1.5-r1 Emerging (3 of 12)
 dev-python/docutils-0.10 Installing (3 of 12)
 dev-python/docutils-0.10 Emerging (4 of 12)
 dev-python/markupsafe-0.15-r1 Emerging (5 of 12)
 dev-python/sip-4.14.3 Emerging (6 of 12)
 dev-java/java-config-2.1.12-r1 Installing (4 of 12)
 dev-python/markupsafe-0.15-r1 Installing (6 of 12)
 dev-java/java-config-2.1.12-r1 Installing (5 of 12)
 dev-python/sip-4.14.3 Emerging (7 of 12)
 net-misc/dropbox-1.2.48-r1 Emerging (8 of 12)
 dev-python/PyQt4-4.9.6-r2 Installing (7 of 12)
 net-misc/dropbox-1.2.48-r1 Emerging (9 of 12)
 dev-python/sphinx-1.1.3-r6 Installing (9 of 12)
 dev-python/sphinx-1.1.3-r6 Emerging (10 of 12)
 dev-python/beautifulsoup-4.1.3-r1 Installing (10 of 12)
 dev-python/beautifulsoup-4.1.3-r1 Emerging (11 of 12)
 dev-python/jinja-2.6-r1 Installing (11 of 12)
 dev-python/jinja-2.6-r1 Emerging (12 of 12)
 dev-python/lxml-3.0.1 Installing (12 of 12)
 dev-python/lxml-3.0.1 Installing (8 of 12)
 dev-python/PyQt4-4.9.6-r2 Jobs: 12 of 12 complete
 Load avg: 2.89,
2.27, 2.08

...but it didn't rebuild calibre. Anyway, trying rebuilding
app-text/calibre.

...and that worked for me.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJRI+gMAAoJED5TcEBdxYwQx6cIAIaen4DoFtecHT4shkCEv6wb
mIGfWndewWMYGkEPKnROwJ2gJSUHWPh9kUq2HAyYxfSR0Jk+mcwXOUO8vHZJ7Occ
ZDMW/bLL8V/uEM/5jegqAM3+IzNf1R+EvOd9HImuUiFuy+7/h61MNyYCrhnOiSrW
HScNqvclEi9chP9tgwGOkMiBvPc/rHrQByiYA7auGJgox5OjyAuavpSEcC8/6JY8
NA3r1wB8D7yucsVroWkirkvsYR6OzCOz1XN4/0apxOWVg9PFusB/0XPCyydcIYl9
wwyu8JF/cPthO037EI3WzIflJENN+tKwSDVrQxJ/Oh9Q2geSz7dmjav/V2VaO9M=
=dmp/
-END PGP SIGNATURE-



[gentoo-user] Calibre break after Update

2013-02-17 Thread Silvio Siefke
Hello,


i run the update from calibre yesterday and now calibre not startet. Has
someone the same and has fix?

siefke@gentoo-mobile : ~ $ calibre
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 412, 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 v9.0 to v9.1 but the progress_indicator module requires API v8.1

Thank you  Greetings
Silvio



Re: [gentoo-user] Calibre break after Update

2013-02-17 Thread ckard
On Sun, Feb 17, 2013 at 11:24 PM, Silvio Siefke siefke_lis...@web.de wrote:
 Hello,


 i run the update from calibre yesterday and now calibre not startet. Has
 someone the same and has fix?

 siefke@gentoo-mobile : ~ $ calibre
 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 412, 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 v9.0 to v9.1 but the progress_indicator module requires API 
 v8.1

 Thank you  Greetings
 Silvio


You probably updated other python modules afterwards. Try to reinstall calibre.