I want to use sqlite3 with Python 3.1.3 and I need to set enable_load_extension to true. To do this I believe I need sqlite version 3.x. From reading posts here it looks like a suitable version of sqlite ought to be bundled with python version 2.6 and up. However, when I do:
import sqlite3
sqlite3.version_info
The result returned is: '2.4.1'
I get the same answer on a different machine running Python 2.6.
The pysqlite site has no binaries for Python 3.x. My copy of Python came from the official Python site.
So: 1) What version of sqlite should I have with 3.1? 2) If I ought to have a more up to date version where has it gone - do I need to set an environment variable? 2) If I need to u