View Single Post
Old 09-26-2008, 03:31 PM   #22
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,844
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
its probably some path related issue with being on a non english windows machine (windows' multi-language support is a prehitoric disaster).

do the following:

make sure c:\calibredb exists and can be written to by the user. then at a prompt run:

Code:
calibre-debug -c "from calibre.utils.config import prefs; from calibre.library.database2 import LibraryDatabase2; path='c:\\calibredb'; prefs.set('library_path', path); db = LibraryDatabase2(path); db.refresh()"
kovidgoyal is offline   Reply With Quote