I think this is a version problem based upon the FAQ, but I get this error when a thred timer fires in python and I then try to access my sqlite3 database
ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140735088725024 and this is thread id 4628287488 How do I figure out what version of sqlite3 is actually installed in the python install? (It is python2.6) Thanks, Chris _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

