On Mon, Mar 08, 2010 at 05:28:10PM -0500, Darren Govoni wrote: > ProgrammingError: SQLite objects created in a thread can only be used in > that same thread.The object was created in thread id -1217128768 and > this is thread id -1218753680
Darren, try to pass check_same_thread=False when creating a connection. Oleg. -- Oleg Broytman http://phd.pp.ru/ p...@phd.pp.ru Programmers don't die, they just GOSUB without RETURN. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com