[ZODB-Dev] ZEO on Windows woes

Paul Abrams paul@hiringtools.com
Tue, 8 May 2001 09:07:56 -0700


I think I've got it =)

In custom_zodb.py, the line::

  Storage=ZEO.ClientStorage.ClientStorage((ZSS_HOST,ZSS_PORT), ZSS_NAME)

should have read::

  Storage=ZEO.ClientStorage.ClientStorage((ZSS_HOST,ZSS_PORT),
name=ZSS_NAME)

Thanks for your help,
-Paul