thanks, Kevin. it works for me. but after i tried to use Cheetah
template, i happened to meet another problem, that is, if i rewrite
some code in controller.py like this:

    @turbogears.expose(template="olliroom.templates.olli.tmpl")
    def index(self):
        return dict(t="Hello, World!")

when i run "python test-start.py", i could see what should be displayed
correctly at http://localhost:8080. But when i refresh the page, i got
"500 Internal error" and a traceback "ImportError: No module named
olli". i did really have the "olli.tmpl" file in the correct dir, is
there anything wrong? thanks.

Reply via email to