[IronPython] Template library

Michael Foord fuzzyman at voidspace.org.uk
Wed Sep 2 17:14:21 CEST 2009


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
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>   


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





More information about the Ironpython-users mailing list