2009/7/11 Martin Pitt <mp...@debian.org>: > Martin Pitt [2009-06-28 21:37 +0200]: >> ladnymichal [2009-06-17 13:29 +0200]: >> > When calibre is typed in termianal i can only see Segmentation >> > fault, nothing more. >> >> I just tried that on current sid (in a chroot, though), and it starts >> up properly. Does that still happen in current sid for you? > > No answer, and unreproducible. I just assume that the most recent > python-sip fixed this. Please speak up here if you still have the > problem.
Sorry for the delay, I've been offline for a couple of weeks. Latest calibre effectively gave me segmentation fault when started from command line. I've just upgraded python-sip4, which also forced upgrades for python-qt4 and python-qt3, and it now complains of a ImportError: No module named QtCore I've finally decided to upgrade all of calibre dependencies to the latest version, to see what happens: $ sudo aptitude install libqtcore4 libqtgui4 python python-central python-dbus python-imaging python-lxml python-mechanize python-beautifulsoup python-pkg-resources python-pypdf python-cssutils python-encutils python-cherrypy python-dateutil python-django-tagging python-qt4 xdg-utils hal imagemagick ttf-liberation Still the same error: $ calibre Traceback (most recent call last): File "/usr/bin/calibre", line 8, in <module> load_entry_point('calibre==0.5.14', 'gui_scripts', 'calibre')() File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 277, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2180, in load_entry_point return ep.load() File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 1913, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) File "/usr/lib/python2.5/site-packages/calibre/__init__.py", line 14, in <module> from PyQt4.QtCore import QUrl ImportError: No module named QtCore I suspected it might be related to #536595 ("python-qt4: Broken paths - module fails to load") Effectively, removing python-qt4-common fixes the problem: sudo aptitude remove python-qt4-common I can confirm that latest version of Calibre in SID works for me :) Greetings, Miry -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org