[opensuse-kde] Calibre in KDE:Extra
Hey everybody! Starting calibre when using KDE 4.10 fails with the following error: 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 363, in main app, opts, args, actions = init_qt(args) File "/usr/lib64/calibre/calibre/gui2/main.py", line 50, 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 23, 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 v9.0 to v9.1 but the progress_indicator module requires API v8.1
From the commit log I got that the package is/should be a link to Documentation:Tools. Could somebody with the necessary permissions please update the link in order for calibre to build against KDE SC 4.10?
"The calibre version in Documentation:Tools is updated much more reliably than the KDE:Extra version, so KDE:Extra should link to it. The current KDE:Extra version does not build on Factory while this one does, for instance." Thanks Sven -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
On Wed, Jan 16, 2013 at 11:19 PM, Sven Burmeister <sven.burmeister@gmx.net> wrote:
Hey everybody!
Starting calibre when using KDE 4.10 fails with the following error:
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 363, in main app, opts, args, actions = init_qt(args) File "/usr/lib64/calibre/calibre/gui2/main.py", line 50, 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 23, 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 v9.0 to v9.1 but the progress_indicator module requires API v8.1
From the commit log I got that the package is/should be a link to Documentation:Tools. Could somebody with the necessary permissions please update the link in order for calibre to build against KDE SC 4.10?
"The calibre version in Documentation:Tools is updated much more reliably than the KDE:Extra version, so KDE:Extra should link to it. The current KDE:Extra version does not build on Factory while this one does, for instance."
Thanks
Sven
I am aware of the issue. I was waiting on a fix I submitted to the Documentation:tools version (which was not building at all) before I linked it (I figured a version that only failed in some cases was better than one that failed in all cases). The fix has been accepted, so I will set up the link now. -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
Am Donnerstag, 17. Januar 2013, 14:03:07 schrieb todd rme:
I am aware of the issue. I was waiting on a fix I submitted to the Documentation:tools version (which was not building at all) before I linked it (I figured a version that only failed in some cases was better than one that failed in all cases). The fix has been accepted, so I will set up the link now.
Thank you very much! Sven -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
Am Donnerstag, 17. Januar 2013, 14:03:07 schrieb todd rme:
I am aware of the issue. I was waiting on a fix I submitted to the Documentation:tools version (which was not building at all) before I linked it (I figured a version that only failed in some cases was better than one that failed in all cases). The fix has been accepted, so I will set up the link now.
I had to comment out Requires: python-sip <= 4.13.2 since KDF with 12.2 has 4.14. But there are still issues. It seems that it requires new packages not available on obs. If I start it I get: Traceback (most recent call last): File "/usr/bin/calibre", line 19, in <module> from calibre.gui2.main import main File "/usr/lib64/calibre/calibre/gui2/main.py", line 18, in <module> from calibre.library.database2 import LibraryDatabase2 File "/usr/lib64/calibre/calibre/library/database2.py", line 31, in <module> from calibre.customize.ui import (run_plugins_on_import, File "/usr/lib64/calibre/calibre/customize/ui.py", line 15, in <module> from calibre.customize.builtins import plugins as builtin_plugins File "/usr/lib64/calibre/calibre/customize/builtins.py", line 677, in <module> from calibre.devices.mtp.driver import MTP_DEVICE ImportError: No module named mtp.driver I could not find python-pymtp. Also I could not find a way to run the create tarball script on obs. obs still build 0.9.13 while 0.9.15 is current. Sven -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde+owner@opensuse.org
participants (2)
-
Sven Burmeister
-
todd rme