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

Guido van Rossum guido@python.org
Wed, 08 Jan 2003 11:34:12 -0500


> Using Win32 Zope 2.5.1 and CVS ZEO2, the switch to runsvr.py causes some side effects:
> 
> C:\Archives\CVS>"C:\Program Files\Zope\bin\python.exe" "C:\Program Files\Zope\li
> b\python\ZEO\runsvr.py" -D -p 8800
> Traceback (most recent call last):
>   File "C:\Program Files\Zope\lib\python\ZEO\runsvr.py", line 42, in ?
>     import ZConfig.Context
> ImportError: No module named ZConfig.Context
> 
> FWIW, I can still copy start.py and util.py back into the checked
> out ZEO (which has moved them to the attic) and start ZEO up. This
> should help keep us running until either ZEO's dependency docs or
> import error handling gets updated for the new runsvr.py

Are you sure this isn't just because you haven't got ZConfig checked
out?

--Guido van Rossum (home page: http://www.python.org/~guido/)