Thomas Heller wrote:
"Matt Gerrans" <[EMAIL PROTECTED]> writes:


Looks like the installer for the Win32 extensions has changed from Wise to distutils, so now my automated silent installations don't work anymore. Anyone know if the distutils binary installer can be run silently? I haven't been able find a command line reference for distutils binaries (I'm still sifting through http://www.python.org/doc/current/dist/, though...).


There are no command line options for the distutils created installer,
and silent installation is not possible.



What I've often done is combine other people's extensions into my package by importing stuff from their distutils setup scripts. Now that pywin32 is using distutils this should be possible too :-)


David
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to