I got web.py working with Apache on my server, but now I am stuck with
trying to get template files to work. I can run theme =
web.template.render('theme/') successfully, but when i try to run
return theme.index() the page errors out, and I get the message "No
such file or directory" in my log files. Does anyone have any ideas as
to why this wouldn't be working?Thanks, Smartboy -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
