-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 06/07/2011 11:41 AM, Joe Goldthwaite wrote:
> The development environment I'm using is locked into
> Python 2.4 and pysql for python 2.4 can only handle the older sqlite format.

I'd suggest getting working with SQLite 3.  SQLite 2 is positively ancient
and you'll have trouble finding modern tools that work with it correctly.

The only pysql I can find works only with Oracle.

My own Python wrapper for SQLite (APSW) supports SQLite 3 and Python 2.3
onwards.  pysqlite is also SQLite 3 only and there are Windows binaries for
Python 2.{5,6,7} but I suspect it will compile just fine against Python 2.4.

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk3uc4IACgkQmOOfHg372QQW3QCfXP88Hjpj0qEhoqViAaFZ7eoO
COwAn3p2/dmML9dcuwDbjD4I6X6imLjt
=KQtt
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to