On Wed, 11 Mar 2009, Andi Vajda wrote:
Could you stop setup.py from overwriting config.py when the file already
exists and "install" is used as distutils command?
Not when the file already exists since that would prevent changes to setup.py
from being reflected in config.py but it shouldn't be overwritten during
'install'. That's a bug.
Fixed. config.py is not written when 'build' is not in the command line
args anymore. I uploaded a new release candidate, rc2, to
http://people.apache.org/~vajda/staging_area.
Thank you for the bug report.
Andi..