I'm having some problems getting calibre running on my Ubuntu 9.10 server box. I have no GUI so I have to use command line only.
calibre version is
Quote:
calibre-server --version
calibre-server (calibre 0.6.43)
|
when I type caliber-server i get:
Quote:
~$ calibre-server
Traceback (most recent call last):
File "/tmp/init.py", line 48, in <module>
File "/home/kovid/build/calibre/src/calibre/library/server.py", line 895, in main
File "/home/kovid/build/calibre/src/calibre/library/database2.py", line 450, in __init__
File "/usr/lib/python2.6/genericpath.py", line 18, in exists
st = os.stat(path)
TypeError: coercing to Unicode: need string or buffer, NoneType found
|
I tried installing from the ubuntu repositories, then realized that was an older version. I removed that version and did the easy install from the web. Any suggestions?