Quote:
Originally Posted by user_none
calibre does not use Qt3. All Qt libs are bundled with the binary installer.
No.
|
root@lvps178-77-74-179:~# /opt/python-2.6/bin/python -c "import urllib2; exec urllib2.urlopen('http://status.calibre-ebook.com/linux_installer').read(); main()"
Enter the installation directory for calibre [/opt]:
Will download and install calibre-0.7.53-x86_64.tar.bz2
Downloading calibre-0.7.53-x86_64.tar.bz2
100% [================================================== ================================================== =============]
Downloaded 47438638 bytes
Checking downloaded file integrity...
Extracting files to /opt/calibre ...
Extracting application files...
Traceback (most recent call last):
File "site.py", line 55, in main
File "site.py", line 41, in set_qt_plugin_path
ImportError: cannot import name QCoreApplication
Run "calibre" to start calibre
root@lvps178-77-74-179:~# cd /opt/calibre/
root@lvps178-77-74-179:/opt/calibre# ls
bin calibre-debug calibre_postinstall ebook-meta lib lrs2lrf web2disk
calibre calibre-parallel calibredb ebook-viewer librarything markdown-calibre
calibre-complete calibre-server ebook-convert epub-fix lrf2lrs pdfmanipulate
calibre-customize calibre-smtp ebook-device fetch-ebook-metadata lrfviewer resources
root@lvps178-77-74-179:/opt/calibre# bin/calibre
bin/calibre: error while loading shared libraries: libcalibre-launcher.so: cannot open shared object file: No such file or directory
root@lvps178-77-74-179:/opt/calibre# bin/ebook-convert
bin/ebook-convert: error while loading shared libraries: libcalibre-launcher.so: cannot open shared object file: No such file or directory
root@lvps178-77-74-179:/opt/calibre# find . -name libcalibre-launcher.so
./lib/libcalibre-launcher.so
root@lvps178-77-74-179:/opt/calibre# export LD_LIBRARY_PATH=/opt/calibre/lib
root@lvps178-77-74-179:/opt/calibre# bin/ebook-convert
Traceback (most recent call last):
File "site.py", line 55, in main
File "site.py", line 41, in set_qt_plugin_path
ImportError: cannot import name QCoreApplication