Installing Calibre on Headless Linux
Hi,
I am attempting to install calibre on a headless linux server and saw a few other posts with people trying the same.
I am getting this error when I try and run 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
Others have seen the same and it was mentioned that Qt4.8+ needs to be installed which I believe I did:
# qmake --version
QMake version 2.01a
Using Qt version 4.8.5 in /usr/local/Trolltech/Qt-4.8.5/lib
Have others been able to get this to work and could provide some guidance?
thanks
|