| TemplateLoadError | Python 2.4.1: /opt/python/bin/python Fri May 18 06:17:37 2012 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /www/j/k/www.jku.fi/cgi-bin/kk2006news/news |
| 93 tmpl = ctx.load_template('part.html') |
| 94 else: |
| 95 tmpl = ctx.load_template('list.html') |
| 96 |
| 97 tmpl.to_html(ctx) |
| tmpl undefined, ctx = <albatross.context.SimpleContext instance>, ctx.load_template = <bound method SimpleContext.load_template of <albatross.context.SimpleContext instance>> |
| /webhosting/j/k/www.jku.fi/cgi-bin/kk2006news/albatross/context.py in load_template(self=<albatross.context.SimpleContext instance>, name='list.html') |
TemplateLoadError: ../../docs/kk2006/ssi/list.html: No such file or directory
args =
('../../docs/kk2006/ssi/list.html: No such file or directory',)