[IronPython] ElementTree bug?

Seo Sanghyeon sanxiyn at gmail.com
Sat Jun 19 11:01:51 CEST 2010


2010/6/19 David Escobar <davidescobar at ieee.org>:
> So is this a known bug, or is expat one of the C-based extension modules
> that IronPython doesn't handle yet?

expat is one of C-based extension modules that IronPython doesn't handle yet.

On the other hand, here is my implementation that works with ElementTree:
https://fepy.svn.sourceforge.net/svnroot/fepy/trunk/lib/pyexpat.py

Put it on any sys.path directory.

-- 
Seo Sanghyeon



More information about the Ironpython-users mailing list