On 11/4/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Hello, I've recently installed turbogears again myself and have run
> into this same problem. I'm following the tutorial and at the end of
> page two I'm getting this error.
> """
> SQLObjectNotFound: The Page by alternateID pagename='FrontPage' does
> not exist
> """

It sounds to me like you don't have a FrontPage in your database. You
can add one through the python shell by running "tg-admin shell" and
"Page(pagename='FrontPage', data='test data')"

Kevin

Reply via email to