[XML-SIG] Windows Install

Martin v. Loewis martin@v.loewis.de
08 Oct 2002 22:12:30 +0200


Matthew Forrester McClain <mcclain@cc.gatech.edu> writes:

> I was wondering if anyone knew the install options on the command
> line.  I am installing this on windows and I do nto want the GUI to
> show up, I just want things to run in the back ground.

I don't think this is supported in the Windows installer. If you need
to install from the command line, I recommend to use distutils
directly: "python setup.py install". You can pre-built the extension
modules so you don't need to invoke the C compiler.

Regards,
Martin