On Sep 25, 2006, at 7:03 PM, Daniel Lyons wrote: > It occurred to me that this might have something to do with the > sqlalchemy.mods.threadlocal thing.
Yup, that'll do it. You'll either need to import that again in the new thread, or I'd actually recommend using the SA Session context as I think Mike Bayer was talking about in an earlier thread on the Pylons mail list. HTH, Ben --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
