Zach Crowell wrote:
Anyone know a template library that works well with IronPython?

After a very brief exploration:

    * django.template fails quickly due to str/unicode issues
Can you be more specific?

    * Mako and Genshi both require the missing compiler module
A compatible version of the compiler module might be in the FePy project: http://fepy.sf.net

    * Evoque is using unsupported re extensions

Are these standard parts of the Python re module that are not supported? Can you check codeplex for issues and if they aren't there create issues for them.

Thanks

Michael

    * 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
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


--
http://www.ironpythoninaction.com/
http://www.voidspace.org.uk/blog


_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to