Automated, or non-gui installer?

Sept. 11, 2003
4:12 p.m.
If I wanted to install a bunch of python modules as part of a bigger package, could I build python modules installers with distutils that would not need user input or create windows? --Ivan

September 2003
5:36 a.m.
Ivan R. Judson wrote:
If I wanted to install a bunch of python modules as part of a bigger package, could I build python modules installers with distutils that would not need user input or create windows?
distutils can create zip files, which can be easily installed. although you may want to check the zipfile it creates. i remember long ago the files in the zip would have strange absolute paths, making it hard to unzip them anywhere specific.
7895
Age (days ago)
7896
Last active (days ago)
1 comments
2 participants
participants (2)
-
Ivan R. Judson
-
Pete Shinners