On 7/24/06, Sanjay <[EMAIL PROTECTED]> wrote: > > Hi All, > > My tg_user table contains some more columns and some complex links to > other tables, which are not representable in ActiveMapper. Hence > leaving the generated code related to identity management intact, I > thought to re-define the tables using sqlalchemy. But I get this error: > > sqlalchemy.exceptions.ArgumentError: Table 'None.tg_user' is already > defined. specify 'redefine=True' to remap columns, or > 'useexisting=True' to use the existing table > > Needing suggestions on ways to handle this scenario.
Looks like you're instantiating two Table instances for the table 'tg_user'. Where does this error occur? Can you post some code? 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 -~----------~----~----~----~------~----~------~--~---

