[IronPython] Installing 3rd-party modules

Sanghyeon Seo sanxiyn at gmail.com
Wed Oct 3 10:40:22 CEST 2007


2007/10/3, Howland-Rose, Kyle <Kyle.Howland-Rose at aar.com.au>:
> I am attempting to install simpleparse and egenix mx-base with no luck.

eGenix mxTextTools, a part of eGenix mxBase used by SimpleParse, is a
C extension and won't work with IronPython unmodified.

mxTextTools certainly is a fine piece of code that would be worth
porting to .NET, but it isn't yet.

For alternatives, I refer you to Python parsing tools list maintained
by Ned Batchelder.
http://nedbatchelder.com/text/python-parsers.html

I believe Resolver Systems have used PLY with IronPython for parsing
with good success.

-- 
Seo Sanghyeon



More information about the Ironpython-users mailing list