[ZODB-Dev] Re: ZEO change to runsvr, no ZConfig.Context on 2.5.1?

Jeff Kowalczyk jtk@yahoo.com
Wed, 8 Jan 2003 11:53:52 -0500


"Guido van Rossum" wrote in message
> > until either ZEO's dependency docs (...) gets updated for runsvr.py
> Are you sure this isn't just because you haven't got ZConfig checked
> out?

It definitely is because of that. I didn't know about ZConfig until today's CVS checkout
of ZEO.
Could mention of dependency on ZConfig be added to the ZopeReadme? Thanks.

Searching for: ZConfig
ZEO\runsvr.py(42): import ZConfig.Context
ZEO\runsvr.py(124): c = ZConfig.Context.Context()
ZEO\runsvr.py(127): except ZConfig.ConfigurationError, errobj:
ZEO\runsvr.py(210): except ZConfig.ConfigurationConflictingSectionError:
ZEO\tests\zeoserver.py(27): import ZConfig.Context
ZEO\tests\zeoserver.py(34): context = ZConfig.Context.Context()
ZEO\tests\zeoserver.py(150): # Open the config file and let ZConfig parse the data there.
Then remove
Found 7 occurrence(s) in 2 file(s)