|
From: Kevin A. <al...@se...> - 2001-09-09 18:01:50
|
> - Run the standard distutils install command ("python setup.py install")
This is one of my pet peeves about distutils. The default is always
"setup.py install" but if you only have one Python installation (on Windows
at least) you should just be able to run "setup.py" from the Explorer
without specifying the "install" command-line option. Perhaps we should
provide a setup_install.bat file for Windows? Would it be okay to actually
modify "setup.py" so that if the user didn't specify a command-line option
it would default to "install" ?
We'll need an installation for PyCrust as well. Patrick, is this something
you want to tackle for the 0.6 PyCrust release?
ka
|