Adriano Monteiro wrote:
> Wow...
> 
> What a shame. I think I'm not using the right lib.
> What's the diff between pysqlite2 and sqlite?
> 
> 
> Cheers!

'sqlite' package seems to be linked to the SQLite 2.x version,
and as far as I remember, it's not supported anymore.

You should use pysqlite2, which would be included in the standard
Python library with Python 2.5.

Check http://initd.org/tracker/pysqlite/wiki/PysqliteVersions for more
informations (the site seems to be a bit slow ATM).

Reply via email to