As fas as I recall the windows build does not contain any separate sqlite3.dll. There is one implementation of sqlite3 that comes from the python stdlib and the other from apsw. I assume you are using the one from the python stdlib, tryusing apsw instead. IIRC it was 3.7.17 or something like that.
|