On 6/3/06, Dieter Maurer <dieter@handshake.de> wrote:
A ZEO weakness, I fixed in our local copy this way:

"runzeo.py":

try: from App import FindHomes
except ImportError: pass # this is not Zope


This works for me.
Thanks!

  -- Markus