[IronPython] ElementTree bug?

W. Matthew Wilson matt at tplus1.com
Fri Jun 18 20:56:10 CEST 2010


On Fri, Jun 18, 2010 at 2:51 PM, David Escobar
<davidescobar1976 at gmail.com> wrote:
> Hi everyone,
> There seems to be an inconsistency in the ElementTree class between CPython
> and IronPython.

Haha -- yeah, the cpython one works.  The problem seems to be that
there's no expat module available to IronPython.

The traceback message says to try SimpleXMLTreeBuilder, but I couldn't
import that one successfully either.

Matt


-- 
W. Matthew Wilson
matt at tplus1.com
http://tplus1.com



More information about the Ironpython-users mailing list