On 7/24/06, Sanjay <[EMAIL PROTECTED]> wrote: > With my beginner's level of knowledge, what I guess is, metadata is > getting initialized at a later point than is being used.
The metadata is initialized, but not yet bound to the engine. Try calling turbogears.database.bind_meta_data() before the autoload line, I think that should work. Arnar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

