Pyro and sqlite3 problem

Sébastien Ramage sebastien.ramage at gmail.com
Sat Dec 1 04:29:32 EST 2007


Hi !

I'm trying to build an client/server app based on Pyro and sqlite3.
But I have a problem using sqlite3 on the server

I got this error :

sqlite3.ProgrammingError: ('SQLite objects created in a thread can
only be used
in that same thread.The object was created in thread id 240 and this
is thread i
d 4068', 'This error occured remotely (Pyro). Remote traceback is
available.')

what can I do to avoid this ?

I'm using Python 2.5.1,Pyro 3.7  under Windows

Sébastien



More information about the Python-list mailing list