[XML-SIG] Cannot install XML package

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Wed, 21 Mar 2001 13:07:21 +0100


> I downloaded the Python version 2.0 and installed.
> I then downloaded the python XML package PyXML-0_6_2_win32-py2_0.exe

Did you try to run this file? Also, I'd recomment to use 0.6.5 instead
of 0.6.2.

> I also installed the XML package.
> I also downloaded the file - PyXML-0_6_2_tar.gz  and extracted it to a
> dir.
> When i tried to run the command:   python setup.py build  ,
> It stops with an error message : No such command : cl.exe
> 
> What other files should i have to install the XML package ?

To install it from sources, you need a C++ compiler (Visual C++).  To
install the binary distribution (.exe), you need only Python 2.0.

Regards,
Martin