Jeff -

What import are you using for catwalk?  You should be using:

from turbogears.toolbox.catwalk import CatWalk

not

from turbogears.catwalk import CatWalk

The latter is the older import, and should be exitting from the sources
before 0.9, IMHO.

I think this is a problem because this is the correct path for the css
file:

/tg_toolbox/catwalk/css/catwalk.css

and this is the path that your scripts are trying to use:

/tg_static/css/catwalk.css

Brian

Reply via email to