Hi, I've been experimenting with Store and Pylons. I'm new to Pylons, and also to Storm threaded apps. I've installed an enabled middlestorm middleware[1], and it seemed like it would work. However, when I refresh a page what calls one of the controllers where storm retrieves some data, SQLite comes back with an ProgrammingError, saying essentially that
ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 139827750606608 and this is thread id 139827601196816 Has anyone dealt with this type of problem? Regards, -- Branko Vukelić [email protected] [email protected] Check out my blog: http://www.brankovukelic.com/ Check out my portfolio: http://www.flickr.com/photos/foxbunny/ Registered Linux user #438078 (http://counter.li.org/) I hang out on identi.ca: http://identi.ca/foxbunny Gimp Brushmakers Guild http://bit.ly/gbg-group -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. 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/pylons-discuss?hl=en.
