View Single Post
Old 05-03-2016, 09:54 PM   #2
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: 45,435
Karma: 27757438
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Run calibre in debug mode (right lcick the preferences button and choose restart in debug mode) and post the debug log after importing fails.

You can also run the importer from the command line, which might work better, like this:

In a command prompt:

calibre-debug -c "from calibre.utils.exim import test_import; test_import('c:/path/to/folder/with/exported/data', 'c:/path/to/empty/folder')"

all your libraries will be created inside c:/path/to/empty/folder

Note that C:/path/to/empty/folder will be deleted if it exists, so make sure it is empty/not important.

Last edited by kovidgoyal; 05-03-2016 at 10:06 PM.
kovidgoyal is offline   Reply With Quote