> The problem, I'm guessing, is that the root is not set. > util.createRequest was originally created for testing TurboGears > itself and doesn't know anything about setting cherrypy.root to your > application's root controller. It would be nice if there was some > mechanism to do that. > > So, in short, adding: > cherrypy.root = Root() > > before util.createRequest should make this run properly. > > Kevin >
That did the job Thank you very much Kevin Sean

