Sorry for having dug out this 3-year old thread. Just wondering if anybody got Calibre (Calibre-server) running on FreeBSD or FreeNas?
I found a package on FreeBSD port (
ftp://ftp1.freebsd.org/pub/FreeBSD/p...bre-0.8.26.tbz) but still got error message:
Quote:
Traceback (most recent call last):
File "/usr/local/bin/calibre-server", line 18, in <module>
from calibre.library.server.main import main
File "/usr/local/lib/calibre/calibre/library/server/main.py", line 12, in <module>
from calibre.library.server.base import LibraryServer
File "/usr/local/lib/calibre/calibre/library/server/base.py", line 21, in <module>
from calibre.library.server.content import ContentServer
File "/usr/local/lib/calibre/calibre/library/server/content.py", line 14, in <module>
from calibre.library.caches import SortKeyGenerator
File "/usr/local/lib/calibre/calibre/library/caches.py", line 20, in <module>
from calibre.ebooks.metadata.opf2 import metadata_to_opf
File "/usr/local/lib/calibre/calibre/ebooks/metadata/opf2.py", line 14, in <module>
from lxml import etree
ImportError: No module named lxml
|