Hi there, On 6/28/06, Randall <[EMAIL PROTECTED]> wrote: > This connects the PackageEngine instance to my three DynamicMetaData > instances when a therad spawns. You didn't mention having do use > on_start_thread_list, so I'm wondering if I'm missing something.
Nope, I'm the one missing something :o) - it turns out I was having exactly the same problems as you were before leaving on my vacation. It just took me all day to figure it out again.. :o) Anyways, I added the on_start_thread handler and things work for me too. This is normal, since DynamicMetaData binds to engines on a thread-local basis (see here [1]). Arnar [1] http://www.sqlalchemy.org/docs/metadata.myt#metadata_tables_binding --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

