[IronPython] pyFlakes pySmell

Jeff Hardy jdhardy at gmail.com
Thu Mar 25 14:44:27 CET 2010


On Thu, Mar 25, 2010 at 5:10 AM, Michael Foord
<fuzzyman at 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



More information about the Ironpython-users mailing list