GAE TemplateDoesNotExist Error Posted on 2008/11/08 by 枯藤昏鸦 详情看这里 问题产生的原因就是:template(模板)文件所在文件夹不能不能作为static(静态)文件在app.yaml文件中定义,否则应用程序不能读取到。 -EOF-