Migrated issue, originally created by Anonymous
the patch fixed this.
mylookup = TemplateLookup( directories=['./'], module_directory='./',
output_encoding='gbk', default_filters=['decode.gbk'])
mytemplate = mylookup.get_template( 'table.txt' )
print mytemplate.render( title=['csdm', 'csmc', 'csz'] )
raise
OSError: [Errno 2] No such file or directory: ''
Attachments: template.patch
Migrated issue, originally created by Anonymous
the patch fixed this.
raise
Attachments: template.patch