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
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to