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 """ I'm on Tiger (mac os x 10.4), using sqlite and the latest easy_install of turbogears (as of a few days ago).
I'm copy pasting from the tutorial and following what I _think_ are all the right directions, but I'm confused as to what I should do here. controllers.py, as per the example sets pagename to equal "FrontPage", then it does the rest of it's business. I see that mysql had to have the length of the key entered into model.py (something I saw mentioned on this list as having been, at one point, broken then fixed again). Would anyone have any idea as to what simple thing might be amiss? Thanks for any suggestions,help and what not. ~elmlish

