View Single Post
Old 09-19-2008, 06:58 PM   #1
AprilHare
Wizard
AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.
 
AprilHare's Avatar
 
Posts: 2,981
Karma: 11862367
Join Date: Apr 2008
Device: Sony Reader PRS-T2
Failed 0.4.84 update

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

Last edited by AprilHare; 09-19-2008 at 07:10 PM. Reason: update
AprilHare is offline   Reply With Quote