[XML-SIG] PyXML Question

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Thu, 4 Oct 2001 21:33:24 +0200


> I have just downloaded PyXML-0.6.6.win32-py2.1.exe and tried to install it
> because I have some example code which contains:
> 
> > from xml.dom.html_builder  import HtmlBuilder
> > from xml.dom.walker        import Walker
> > from xml.dom.writer        import HtmlWriter

Unfortunately, that won't help you: These interfaces disappeard with
PyXML 0.5.

> I though I would then be able to run the example script.  Followind the
> install my Python21\Lib directory has not changed although I now have a
> Python21\_xmlplus and a Python21\xmldoc directory.  Is this correct?  

It is.

> The script will still not run, I and using WinNT 4 and Python 2.1,
> do I need to copy the _xmlplus directory contents into the Lib\xml
> directory?

No, you probably need to port the script to PyXML 0.6. Alternatively,
you could try to install PyXML 0.5, although this is no longer
supported.

Regards,
Martin