Laszlo Nagy <gand...@shopzeus.com> writes: > gand...@ubuntu:~$ python > Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41) > [GCC 4.3.3] on linux2 > Type "help", "copyright", "credits" or "license" for more information. >>>> import sqlite3 >>>> sqlite3.version > '2.4.1' > > Is it possible to install a real sqlite version 3 somehow? I really > need it because I have to use savepoint/rollback to. That is only > supported from sqlite 3.6.8. Is it enough if I upgrade to Ubuntu > Karmic? I know that is not a question about Python itself. > > But still, it is interesting that a module named "sqlite3" can > actually be used for something called "sqlite 2".
You're mistaking the *module* version with the version of the database, unless I am mistaken. -- John Bokma j3b Hacking & Hiking in Mexico - http://johnbokma.com/ http://castleamber.com/ - Perl & Python Development -- http://mail.python.org/mailman/listinfo/python-list