Ok, seems it wasn't quite THAT easy. =)
I'm running a fresh Debian Squeeze on an arm PogoPlug with an apt-get update that was done this morning so I know everything is up to date.
I got an apt-get install calibre installed, got my library copied over, and started with calibre-server --with-library /mountpointhere and got this:
Quote:
sudo /usr/bin/calibre-server --with-library /mnt/thumb/calibre_library/
Traceback (most recent call last):
File "/usr/bin/calibre-server", line 18, in <module>
from calibre.library.server.main import main
File "/usr/lib/calibre/calibre/library/server/main.py", line 12, in <module>
from calibre.library.server.base import LibraryServer
File "/usr/lib/calibre/calibre/library/server/base.py", line 23, in <module>
from calibre.library.server.opds import OPDSServer
File "/usr/lib/calibre/calibre/library/server/opds.py", line 15, in <module>
import routes
ImportError: No module named routes
|
Any idea where I'm going wrong?