Hi Chris,
I get a different error, also related to identity when I try the SVN
head version in branches/1.0.
I created a new quickstart without identity and got an error when
importing model.py again.
An SQLAlchemy complaint about metadata for a table being existing
already.
I guess I'll wait for some more bugfixes :-)
Thanks for all your work on TG. It's really great!
Gerry.
On Nov 8, 8:59 am, Christoph Zwerschke <[EMAIL PROTECTED]> wrote:
> Gerry wrote:
> > When I start my app, the 'from model import *' line is giving the
> > following error:
> > File "/usr/lib/python2.5/site-packages/SQLAlchemy-0.4.0-py2.5.egg/
> > sqlalchemy/schema.py", line 99, in __call__
> > raise exceptions.ArgumentError("Table '%s' is already defined for
> > this MetaData instance." % key)
> > sqlalchemy.exceptions.ArgumentError: Table 'visit' is already defined
> > for this MetaData instance.
>
> Can you try with the SVN head version in branches/1.0? Some things have
> been fixed there already.
>
> -- Chris
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---