[XML-SIG] problem compiling pyxml

Alexander Agibalov loki-tmp at yandex.ru
Fri Dec 15 09:55:07 CET 2006


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


More information about the XML-SIG mailing list