[Distutils] Silent install of Python modules.

Clovis Goldemberg clovisgo at gmail.com
Sat May 19 15:57:35 CEST 2007


Suppose I have a bunch of pre-built packages called:

XXX1-1.0.0.win32.exe
XXX2-1.0.0.win32.exe
...
XXXN-1.0.0.win32.exe

Is it possible to "automate" the installation, without the need of pressing
"Next" so many times?
The main idea would be an installation option like "-q" (quiet) ou "-s"
(silent).
So if I call:

XXX1-1.0.0.win32.exe -q
XXX2-1.0.0.win32.exe -q
...
XXXN-1.0.0.win32.exe -q

this would do the job "quietly". The user intervention would be only
required if something goes wrong.
Thanks for all.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/distutils-sig/attachments/20070519/f46ab9ba/attachment.htm 


More information about the Distutils-SIG mailing list