Re: where is the Write method of ElementTree??

2008-05-23 Thread gray . bowman
On May 23, 3:22 am, Stefan Behnel <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > I'm messing around with trying to write an xml file using > > xml.etree.ElementTree. All the examples on the internet show the use > > of ElementTree.write(), although when I try to use it it's not > > avai

where is the Write method of ElementTree??

2008-05-22 Thread gray . bowman
I'm messing around with trying to write an xml file using xml.etree.ElementTree. All the examples on the internet show the use of ElementTree.write(), although when I try to use it it's not available, gives me ... ElementTree(sectionElement).write("section.xml") TypeError: 'module' object is n