Hi, I searched but couldn't find a solution to my problem; apologies if it has already been addressed.
When running the post-install, I get the following error:
Code:
Trying to setup udev rules...
* Restarting Hardware abstraction layer hald [ OK ]
Setting up bash completion... failed
Traceback (most recent call last):
File "build/bdist.linux-i686/egg/calibre/linux.py", line 175, in setup_completion
File "build/bdist.linux-i686/egg/calibre/gui2/lrf_renderer/main.py", line 18, in <module>
File "build/bdist.linux-i686/egg/calibre/gui2/library.py", line 8, in <module>
ImportError: cannot import name QStyledItemDelegate
Traceback (most recent call last):
File "/usr/bin/calibre_postinstall", line 8, in <module>
load_entry_point('calibre==0.4.126', 'console_scripts', 'calibre_postinstall')()
File "build/bdist.linux-i686/egg/calibre/linux.py", line 452, in post_install
File "build/bdist.linux-i686/egg/calibre/linux.py", line 323, in setup_completion
UnboundLocalError: local variable 'manifest' referenced before assignment
I'm running Ubuntu EEE; uname -a outputs:
Code:
Linux wma-laptop 2.6.24-21-eeepc #1 SMP Thu Aug 7 22:18:05 MDT 2008 i686 GNU/Linux
Any help in fixing this problem will be greatly appreciated; this looks like an awesome project.
Cheers
-Wayne