[Zope-Checkins] Re: CVS: Zope - setup.py:1.31.2.20
yuppie
y.2004_ at wcm-solutions.de
Fri May 28 05:33:41 EDT 2004
Stefan H. Holek wrote:
> I am quite sure test.py *must* live in ZOPE_HOME, it does not work from
> bin/. Right?
test.py has to be *called* from ZOPE_HOME, but bin/test.py works.
> On Freitag, Mai 28, 2004, at 07:45 Europe/Vienna, Andreas Jung wrote:
>> === Zope/setup.py 1.31.2.19 => 1.31.2.20 ===
>> --- Zope/setup.py:1.31.2.19 Sat May 22 11:52:53 2004
>> +++ Zope/setup.py Fri May 28 01:45:04 2004
>> @@ -1113,7 +1113,7 @@
>> installed_data_files = [
>> ["../../doc", ['doc/*.txt']],
>> ["../../import", ['import/*.zexp']],
>> - ["../../bin", ['utilities/README.txt',]],
>> + ["../../bin", ['utilities/README.txt','test.py']],
>> ]
I doubt installed_data_files is the right place for a script. AFAICT
test.py should be added here (if we want to install it into bin/):
scripts=["utilities/mkzeoinstance.py", ...
Don't know what to do in HEAD: Seems like the related log.ini has to
live in ZOPE_HOME, at least if test.py is not modified.
Cheers, Yuppie
More information about the Zope-Checkins
mailing list