Hello, I recently started to play with XML, and I wanted to try it with python. I've got python2.1 and 2.2, and I installed the .7 release of the pyxml package. Nevertheless, some example code fails: >>> from xml.dom.utils import FileReader Traceback (most recent call last): File "<stdin>", line 1, in ? ImportError: No module named utils Where can I get that module? Thanks, Van