Forums

"No template named index"

I am trying to run a simple web.py app, but I get the error "No template named index" when trying to access it. I've modified wsgi.py to have

render = web.template.render('/var/www/')

I am new to Python (and Linux) so I apologize for the n00b question.

Do you have a file called index.html in /var/www?