On Apr 21, 2008, at 1:05 PM, Daniel Fetchinson wrote:
Don't most binary distributions include SQLite itself? I installed
2.5.2 on a new WinXP VM, and SQLite is working fine.
-- Ed Leafe
Sqlite itself is not distributed with python. Only a python db api
compliant wrapper is part of the python stdlib and as such it is
completely independent of the sqlite build.
compliant wrapper is part of the python stdlib and as such it is
completely independent of the sqlite build.
2.5.2 on a new WinXP VM, and SQLite is working fine.
-- Ed Leafe
Comment