View Single Post
Old 08-26-2014, 10:56 PM   #4
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,377
Karma: 27230406
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
The sqlite3.dll that ships with calibre is the one that comes with python 2.7.8. I am not going to replace it, because replacing DLLs willy nilly is a recipe for disaster. Nor should you. Especially on windows where C runtime libraries are all mutually incompatible and depend on compiler version.

There's nothing preventing you from using calibre's DB API across multiple libraries, that's how the calibre copy to library function works.
kovidgoyal is offline   Reply With Quote