8 Nov
2006
8 Nov
'06
5:34 p.m.
Hi I am trying to get a zope site to use sqlite database. I have the following setup Zope 2.9 ZSQLiteDA ZSQLiteDA-0.4.1 Pysqlite 2.3.2 I can connection to the database but whenever it try to render a page template that uses a SQL Method to get data from the database I get the following error Error Type: ProgrammingError Error Value: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 3968 and this is thread id 4328 Chris Hoy