On 9/6/06, Joe <[EMAIL PROTECTED]> wrote: > > Hi Karl, > > Karl Guertin wrote: > > On 9/6/06, Joe <[EMAIL PROTECTED]> wrote: > > > If you reread my original post, you'll notice that in point 3 I > > > mentioned that if I excluded the -c option, I got an error because > > > tg-admin would look at prod.cfg. > > > > You've never mentioned it, and I should know based on the SQLObject > > version, but what version of TurboGears are you running? The current > > builds create prod-sample.cfg, so you may be trying to work through > > the 1.0 tutorial on 0.8.9 code, which is about 6 months old. > > > Yes, I'm running 0.8.9 (mentioned indirectly in my full traceback, > actually :-). Unfortunately, the tutorial page > (http://www.turbogears.org/docs/wiki20/index.html) doesn't indicate that > it's the "1.0 tutorial", but it has a big "Download TurboGears 0.8.9" on > the same page. When I was following the tutorial for that other web > framework (D-something :-), it was in sync with the code version. Is > there a 0.8.9 version of the tutorial somewhere?
That'd be the problem. You're going to have all sorts of problems with 0.8.9. Move to 0.9a9, it says alpha but we'll be getting into the run up to 1.0 very shortly so it's more or less 1.0 minus a few inevitable bug fixes. easy_install -U -f http://www.turbogears.org/preview/download/index.html TurboGears And use the 1.0 documentation with it: http://docs.turbogears.org/1.0 I'm actively working on this site and I've made an effort to check everything for accuracy. Hopefully you'll be the last person that gets bitten by the 0.8.9-with-newer-docs problem. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

