Re: distutils

2006-05-09 Thread Dan Crosta
David S. wrote: > I have a what I a typical source tree, something like: > fsi\ > - common\ # some modules > - db\ # some modules > - someutility\ # my script > > I would like to create a setup script to install my script as a script as well > as the modules that is depends on, but where should th

Re: distutils

2006-05-09 Thread Dan Crosta
David S. wrote: > Thank you. This introduces a new problem for me. I have other scripts that I > want to install likewise. But now I have to overwrite setup.py for each > install. > > Alternatively, I can create script1setup.py, script2setup.py, etc. That would > be fine except that there are