windows pc:
import sqlite3 In [2] : print sqlite3.version 2.6.0 In [3] : print sqlite3.sqlite_version 3.6.21 Linux import sqlite3 In [5] : print sqlite3.version 2.6.0 In [6] : print sqlite3.sqlite_version 3.7.9 on neither maschine is pysqlite2 installed. So I will try to update my sqlite3 on my windows machine and see if it fixes the problem. I think this may be a problem with sqlite versions. > > On both system, in a python shell do: > > import sqlite3 > print sqlite3.version > print sqlite3.sqlite_version > > # Following is just two check if you have > # the pysqlite2 installed > import pysqlite2.dbapi2 > pysqlite2.dbapi2.version > pysqlite2.dbapi2.sqlite_version > > > and send us the results > > Ricardo > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

