I ran apt-get update python-setuptools python-imaging libqt4-core libqt4-gui \
python-qt4 python-mechanize imagemagick xdg-utils \
python-dbus python-lxml python-beautifulsoup help2man
this morning.
When I run calibre_postinstall, I get
Trying to setup udev rules...
Restarting Hardware abstraction layer: hald.
/bin/sh: udevadm: command not found
Setting up bash completion... failed
Traceback (most recent call last):
File "build/bdist.linux-i686/egg/calibre/linux.py", line 170, in setup_completion
File "build/bdist.linux-i686/egg/calibre/gui2/lrf_renderer/main.py", line 1, in <module>
File "build/bdist.linux-i686/egg/calibre/gui2/library.py", line 18, in <module>
File "build/bdist.linux-i686/egg/calibre/library/database.py", line 11, in <module>
File "build/bdist.linux-i686/egg/calibre/ebooks/metadata/meta.py", line 14, in <module>
File "build/bdist.linux-i686/egg/calibre/ebooks/metadata/epub.py", line 13, in <module>
ImportError: cannot import name QWebPage
Traceback (most recent call last):
File "/usr/bin/calibre_postinstall", line 8, in <module>
load_entry_point('calibre==0.4.95', 'console_scripts', 'calibre_postinstall')()
File "build/bdist.linux-i686/egg/calibre/linux.py", line 440, in post_install
File "build/bdist.linux-i686/egg/calibre/linux.py", line 314, in setup_completion
UnboundLocalError: local variable 'manifest' referenced before assignment
Webkit is installed and up to date too, I even reinstalled it.
|