Re: [VOTE] Release PyLucene 2.4.1.y

2009-03-12 Thread Andi Vajda
On Mar 12, 2009, at 16:32, Christian Heimes wrote: Andi Vajda wrote: That's the problem. If I change my env or edit setup.py and config.py exists already because I already did a build, it is not going to be re-generated if I do 'python setup.py install' even though it should since 'install' c

Re: [VOTE] Release PyLucene 2.4.1.y

2009-03-12 Thread Christian Heimes
Andi Vajda wrote: > That's the problem. If I change my env or edit setup.py and config.py > exists already because I already did a build, it is not going to be > re-generated if I do 'python setup.py install' even though it should > since 'install' calls 'build' (and people expect it to) yet 'build