On 12/30/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > (using 12/29/05 svn turbogears) > > When you mount catwalk like this it tries to grab the list of Models > from /list for some reason. Of course this won't work since it's in > /toolbox/catwalk/list > > That's why you have to do list = toolbox.catwalk.list as a walkaround. > I looked at catwalk/__init__.py and the problem doesn't seem to be > there. Could this be a CherryPy error?
Maybe CatWalk needs to change to use turbogears.url() so that the app root (meaning CatWalk itself) is taken into consideration when computing "/list". Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

