Hello,
Just updated calibre to 0.4.84 using the command
Quote:
sudo python -c "import urllib2; exec urllib2.urlopen('http://calibre.kovidgoyal.net/download_linux_binary_installer').read(); main()"
|
under Ubuntu Hardy Heron AMD64 and I get the following error when I run calibre in a terminal (no error from icon)
Quote:
Traceback (most recent call last):
File "<string>", line 11, in <module>
File "/home/kovid/build/pyinstaller/iu.py", line 327, in importHook
File "/home/kovid/build/pyinstaller/iu.py", line 410, in doimport
File "/opt/calibre/calibre", line 380, in <module>
File "library.pyz/calibre.utils.config", line 595, in migrate
File "library.pyz/calibre.utils.config", line 466, in set
File "library.pyz/calibre.utils.config", line 405, in set
File "library.pyz/calibre.utils.lock", line 23, in __enter__
IOError: [Errno 13] Permission denied: '/home/aprilhare/.config/calibre/global.py'
|
changed the current directory to /opt/calibre, tried ./calibre and got this:
Quote:
Traceback (most recent call last):
File "<string>", line 7, in <module>
File "/home/kovid/build/pyinstaller/iu.py", line 327, in importHook
File "/home/kovid/build/pyinstaller/iu.py", line 384, in doimport
File "/home/kovid/build/pyinstaller/iu.py", line 222, in getmod
File "/home/kovid/build/pyinstaller/archive.py", line 415, in getmod
File "/home/kovid/build/pyinstaller/iu.py", line 83, in getmod
ImportError: /opt/calibre/PyQt4.QtCore.so: undefined symbol: _ZN24QXmlStreamEntityResolver13resolveEntityERK7QS tringS2
|