2010/6/19 David Escobar <davidesco...@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 _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com