Python choice of database

Peter Hansen peter at engcorp.com
Mon Jun 20 11:35:46 EDT 2005


John Abel wrote:
> Gadfly
> PySQLite ( requires SQLite library )

I want to clarify this parenthetical comment, for the record.  When I 
first downloaded PySQLite I had already gone and installed SQLite, 
thinking it was a prerequisite in that sense.

In fact, the PySQLite install includes a .pyd which contains a 
statically linked version of the complete SQLite library.  No additional 
installation is required, making it an even simpler solution than I 
thought at first.

-Peter



More information about the Python-list mailing list