On 16 Oct, 2005, at 10:46 pm, Kevin Dangoor wrote:
I would hazard a guess that this was code you had written for TurboGears 0.5. It was not well documented (and I just fixed this in a couple of spots), but TurboGears detects the application root by looking for a class that extends turbogears.controllers.Root. tg-admin quickstart makes the new Root class extend that class, so new projects wouldn't have noticed an issue here.
Good guess. That was exactly the problem. I'll add the base-class and I'm certain this will work.
Jeff -- Jeff Watkins http://metrocat.org/ Computers, they're just a fad.

