On 10/19/06, Linicks <[EMAIL PROTECTED]> wrote: > > All, > I'm very new to TurboGears, and I was trying this tutorial: > http://aymanh.com/turbogears-tutorial-social-bookmarking-application. > I was able to work though the Wiki20 tutorial, but received this error > with the code from this tutorial(see code below). I'm sure I've > overlooked something, and would like someone to take a quick look at > this and point me in the right direction. I'm using python 2.4, psycopg > 1.1.21, postgresql 8.1, and TurboGears b1. > > Thanks! > --Nick > <snip part of error> > psycopg.ProgrammingError: ERROR: relation "tg_user" does not exist > </end snip> > can you please check your model is in sync with the db. (if you have no data in there I'll suggest running)
tg-admin sql drop tg-admin sql create --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

