Python 2.5 and sqlite

"Martin v. Löwis" martin at v.loewis.de
Tue Nov 11 14:54:37 EST 2008


> Sqlite3 is an optional part of Python. It has no dependencies on SQLite.

That's not true. To build the _sqlite3 module, you need the SQLite3
sources or binaries, in addition to the Python sources.

Regards,
Martin



More information about the Python-list mailing list