Tim Arnold wrote: <snip> > On a related note, I have another question--where/how can I get the > cElementTree.py module? Sorry for something so basic, but I tried installing > cElementTree, but while I could compile with setup.py build, I didn't end up > with a cElementTree.py file anywhere. The directory structure on my system > (HPux, but no root access) doesn't work well with setup.py install. > > thanks, > --Tim Arnold
I had the same question a while ago .... and the answer is ElementTree is now part of the standard library. http://docs.python.org/lib/module-xml.etree.ElementTree.html Ross -- http://mail.python.org/mailman/listinfo/python-list