[IronPython] Template library
Zach Crowell
zachc at microsoft.com
Wed Sep 2 08:07:27 PDT 2009
Anyone know a template library that works well with IronPython?
After a very brief exploration:
* django.template fails quickly due to str/unicode issues
* Mako and Genshi both require the missing compiler module
* Evoque is using unsupported re extensions
* Tempita is much lighter on features and works in simple test cases
* IronPython ASP.NET integration works but is very much HTML-specific (unless I missed another way to utilize it)
Zach
More information about the Users
mailing list