[IronPython] XML Support in IronPython

Michael Foord fuzzyman at voidspace.org.uk
Mon Oct 20 22:45:11 CEST 2008


Hello Kenneth,

Are you using FePy? The minidom support Seo was talking about is only in 
FePy and not the standard IronPython distribution.

Michael

Kenneth Miller wrote:
> Seo,
>
>      It's throwing an import error. I downloaded the latest version of 
> mono and ironpython. 
>
> "mono ipy.exe test.py"
>
> test.py simply reads..
>
> "import xml.dom.minidom"
>
> Regards,
> Ken
>
> On Oct 20, 2008, at 1:51 PM, Seo Sanghyeon wrote:
>
>> 2008/10/21 Kenneth Miller <xkenneth at gmail.com 
>> <mailto:xkenneth at gmail.com>>:
>>>        Do I simply need to import the module? I'm using the 
>>> distribution of
>>> IronPython distributed with the Silverlight Dynamic Languages SDK. 
>>> My code
>>> still chokes on from xml.dom.minidom import parse
>>
>> You need to make it importable. You don't actually need to import it, 
>> although
>> it shouldn't hurt.
>>
>> Do you have the error message? It works for me.
>>
>> -- 
>> Seo Sanghyeon
>> _______________________________________________
>> Users mailing list
>> Users at lists.ironpython.com <mailto:Users at lists.ironpython.com>
>> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>   


-- 
http://www.ironpythoninaction.com/
http://www.voidspace.org.uk/blog





More information about the Ironpython-users mailing list