The hole error is: ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 2101933056 and this is thread id -2085557248
Segmentation fault (core dumped) On Saturday, October 13, 2012 5:01:48 PM UTC+2, Dan Shechter wrote: > > Hi All, > > I have a library which is using sqlite, and I want to use it inside my > web.py server. > > When trying to use sqlite I get the following error: > > ProgrammingError: SQLite objects created in a thread can only be used in > that same thread. > > Any ideas what to do? > > Thanks, > Dan > -- You received this message because you are subscribed to the Google Groups "web.py" group. To view this discussion on the web visit https://groups.google.com/d/msg/webpy/-/dH1R96HFWBYJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
