Hello, I just installed Calibre, but it doesn’t start. It just gives the waiting clock for a moment, and then the pointer again. Does anyone know how I can get this program to work?
Thanks in advance, Frank
Hello, I just installed Calibre, but it doesn’t start. It just gives the waiting clock for a moment, and then the pointer again. Does anyone know how I can get this program to work?
Thanks in advance, Frank
Something missing no doubt. Run calibre in a terminal window and see what error messages show.
I get the following:
frank@linux-avnb:~> calibre
Traceback (most recent call last):
File “/usr/bin/calibre”, line 18, in <module>
from calibre.gui2.main import main
File “/usr/lib/calibre/calibre/init.py”, line 16, in <module>
from calibre.startup import plugins, winutil, winutilerror
File “/usr/lib/calibre/calibre/startup.py”, line 52, in <module>
set_translators()
File “/usr/lib/calibre/calibre/utils/localization.py”, line 72, in set_translators
lang = get_lang()
File “/usr/lib/calibre/calibre/utils/localization.py”, line 29, in get_lang
from calibre.utils.config import prefs
File “/usr/lib/calibre/calibre/utils/config.py”, line 686, in <module>
prefs’installation_uuid’] = str(uuid.uuid4())
File “/usr/lib/calibre/calibre/utils/config.py”, line 490, in setitem
return self.set(key, val)
File “/usr/lib/calibre/calibre/utils/config.py”, line 501, in set
return self.__config.set(key, val)
File “/usr/lib/calibre/calibre/utils/config.py”, line 445, in set
src = self.option_set.serialize(opts)+ ’
’ + footer + ’
’
File “/usr/lib/calibre/calibre/utils/config.py”, line 376, in serialize
for name in [None] + self.group_list]
File “/usr/lib/calibre/calibre/utils/config.py”, line 359, in render_group
self.serialize_opt(getattr(opts, pref.name, pref.default))))
File “/usr/lib/calibre/calibre/utils/config.py”, line 367, in serialize_opt
from PyQt4.QtCore import QString
ImportError: No module named PyQt4.QtCore
frank@linux-avnb:~>
Thanks in advance, Frank
Hi,
as root: “zypper install python-qt4” should help.
Cu
Hans
Indeed, this was the solution, thanks
grtz, Frank