Hi,
I'm trying to install pyxml with python 2.5 under windows 2k.
I don't have VS2003, but I do have Cygwin as suggested by the setup.py.

So I've built it successfully with
setup.py build -c mingw32

BUT
setup.py install -c mingw32
says error: invalid command 'mingw32'

although when I just run
setup.py install
it says:

error: Python was built with Visual Studio 2003;
extensions must be built with a compiler than can generate compatible binaries.
Visual Studio 2003 was not found on this system. If you have Cygwin installed,
you can try compiling with MingW32, by passing "-c mingw32" to setup.py.

So how can I install the build?

Thanx,
Alex
_______________________________________________
XML-SIG maillist  -  XML-SIG@python.org
http://mail.python.org/mailman/listinfo/xml-sig

Reply via email to