Actually It seems that using cherrypy.tree.mount with TG 1.08 breaks a lot of things. I was able to hack cherrypy up to get it to work for me, but I think there still might be a couple of oddities.
Can anyone confirm if using cherrypoint.tree.mount with a non root mount_point works for any version of TG1.x ? Sorry, stil can't access the ticket On Feb 25, 9:29 pm, Christoph Zwerschke <[email protected]> wrote: > Am 25.02.2011 04:19 schriebKalium: > > > Hi, I was looking at the Cherrypy 2.2 docs, and the suggest that > > instead of: > > cherrypy.root = root > > > we should be using: > > cherrypy.tree.mount(root,conf=config) > > > I looked at TG1.08, TG1.1, TG2.0, none of them seem to do this. > > TG2.x is not using CherryPy, so it does not apply here. > > In the TG 1.x branch development happens primarily in TG 1.5, which is > already using cherrypy.tree.mount. > > I have created ticket #2549 to get this also back into TG 1.1 if it does > not create backward compatibility issues. > > TG1.08 is not recommended any more and only gets very serious bug and > security fixes. > > -- Christoph -- 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?hl=en.

