View Single Post
Old 11-21-2009, 04:11 PM   #1
RoninTech
Groupie
RoninTech ought to be getting tired of karma fortunes by now.RoninTech ought to be getting tired of karma fortunes by now.RoninTech ought to be getting tired of karma fortunes by now.RoninTech ought to be getting tired of karma fortunes by now.RoninTech ought to be getting tired of karma fortunes by now.RoninTech ought to be getting tired of karma fortunes by now.RoninTech ought to be getting tired of karma fortunes by now.RoninTech ought to be getting tired of karma fortunes by now.RoninTech ought to be getting tired of karma fortunes by now.RoninTech ought to be getting tired of karma fortunes by now.RoninTech ought to be getting tired of karma fortunes by now.
 
RoninTech's Avatar
 
Posts: 168
Karma: 1000036
Join Date: Oct 2008
Location: Citizen of the World
Device: iPod Touch, Nook Colour, Kobo Touch, Kobo Glo, Nexus 7, Nexus 5, Pixel
Current calibre-server broken?

Just rebuilt from latest bazaar source to get the social metadata stuff and get this error when trying to run calibre-server:

Quote:
calibre-server -p 8080 &
[1] 20735
/usr/lib/calibre/calibre/utils/genshi/__init__.py:24: UserWarning: Module cherrypy was already imported from /usr/lib/calibre/cherrypy/__init__.py, but /usr/lib/pymodules/python2.6 is being added to sys.path
__version__ = __import__('pkg_resources').get_distribution('Gens hi').version
Traceback (most recent call last):
File "/usr/bin/calibre-server", line 18, in <module>
sys.exit(main())
File "/usr/lib/calibre/calibre/library/server.py", line 867, in main
db = LibraryDatabase2(prefs['library_path'])
File "/usr/lib/calibre/calibre/library/database2.py", line 408, in __init__
os.makedirs(library_path)
File "/usr/lib/python2.6/os.py", line 157, in makedirs
mkdir(name, mode)
OSError: [Errno 17] File exists: '/media/Books/Library'

[1]+ Exit 1 calibre-server -p 8080
Running plain old calibre works fine.
RoninTech is offline   Reply With Quote