On Thu, Mar 25, 2010 at 5:10 AM, Michael Foord <fuzzy...@voidspace.org.uk> wrote: > They almost certainly use the compiler / ast modules that aren't available > for IronPython. You can ship CPython as part of your application though, > without needing it to be installed.
http://bitbucket.org/jdhardy/_ast/ There's one compiler error under 2.6 (a function is missing/renamed); I just haven't had a chance to figure it out. That said, if pyflakes/pysmell use 'compiler' instead of 'ast', you're probably hooped. Compiler is unlikely to ever be supported. - Jeff _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com