[Zope] Fw: [Zope] Can't get ZClient to work, zope 2.2.0

Loren Stafford lstaffor@dynalogic.com
Fri, 11 Aug 2000 21:10:36 -0700


> From: "Bill Welch" <bill@carbonecho.com>
> 
> 
> > hit http://zope.carbonecho.com/forum/sepServe to see the error
> > ('expecting read-only buffer...')
> > 
> 
> This is a known bug. You need to install this patch to Client.py:
> 
>  #h.connect((self.host, self.port))
>   h.connect(self.host, self.port)
> 
>  Restart Zope after installing.
> 
> See http://classic.zope.org:8080/Collector/1480/view
> 
> -- Loren
> 
> 
>