[ZODB-Dev] bug in ZODB3 3.2a1

stanko petrovic stankopetrovic@rogers.com
19 Mar 2003 12:52:16 +0000


Hi,
I would like to report the bug(I think is the bug) that I found in ZODB3
3.2a1 in setup.py file.In the middle of the script 

scripts = ["Tools/fsdump.py",
           "Tools/fsrefs.py",
           "Tools/fstail.py",
           "Tools/fstest.py",
           "Tools/zeopack.py",
           "ZConfig/scripts/zconfig", <-- this is not correct
           "ZEO/runzeo.py",
           "zdaemon/zdaemon.py",
           "zdaemon/zdctl.py",
           ]

line "ZConfig/scripts/zconfig"  produce the error while trying to
execute python setup.py build

it tell that could not find the "ZConfig/scripts/zconfig".
I fix the problem changing from "ZConfig/scripts/zconfig" to
"ZConfig/Config.py" and everything worked fine.
I am using python2.3 and mandrake9.0.


Cheers,
Stanko Petrovic