17 Jan
2005
17 Jan
'05
1:53 p.m.
-> Please post the patches to SourceForge. patch at http://issola.caltech.edu/~t/transfer/python-distutils-help-patch patch 1104111 on SF w/patch file attached. --- % python setup.py --help Common commands: (see '--help-commands' for more) setup.py build will build the package underneath 'build/' setup.py install will install the package Global options: ... --- and --- % python setup.py --help-commands Standard commands: ... clean clean up temporary files from 'build' command ... --- Also note that on http://www.python.org/sigs/distutils-sig/cvs.html the CVS hostname needs to be changed to 'cvs.sf.net' from 'cvs.python.sf.net' to accomodate changes in SF... cheers, --titus