2008/6/14 Dan Eloff <[EMAIL PROTECTED]>: > Since Jinja appears to be non-trivial to run in Silverlight, I'm also > looking into Mako. Unfortunately, it looks like I hit another brick > wall. Mako uses the _ast module, which is not available in IronPython > as far as I'm aware. Is the ast module in fepy related to this at all? > I'm out of options here too, aren't I?
No, FePy's ast module creates AST nodes defined in compiler.ast module, not _ast module. -- Seo Sanghyeon _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com