On 11/18/06, Lee McFadden <[EMAIL PROTECTED]> wrote:
>
> On 11/18/06, jose <[EMAIL PROTECTED]> wrote:
> >
> > Suddenley tg show this message and it doesn't work anymore. :-(
> >
>
> Have you somehow duplicated your model.py entry for the visit table?
> This error normally only happens when you try to define the same table
> twice. If not, could you attach your model.py for us to take a look
> at?
>
I hit some of those 'None.something' errors earlier this week by
forgetting to put a name on the table declaratio, like
table = Table(metadata, Column(....)
instead of
table = Table('table', metadata, Column(...)
myabe it helps you too.
--
José de Paula Eufrásio Júnior
aka coredump
http://core.eti.br
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---