It looks like one of your relation tables already exists. Check the RelatedJoin in Person, should that be "tg_user_group" for an intermediate table or "tg_person_group"? From the looks of it your Person table was initially named User and caused you some problems. If that was the case in addition to renaming User to Person for the class you will have to do it in your foreign keys and joins as well.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

