[Zope] Client.py

Steve Alexander steve@cat-box.net
Wed, 09 Aug 2000 17:24:27 +0100


bak wrote:
> has anybody successfully used Client.py that ships with Zope-2.2.0?  i can't 
> seem to run it.  even on the command line.  i've searched the mailing list, 
> but to no avail

There's a bug in Client.py.

Change line 212 of lib/python/ZPublisher/Client.py from this:

            h.connect((self.host, self.port))

to this:

            h.connect(self.host, self.port)


I believe this is already fixed in Zope CVS.

--
Steve Alexander
Software Engineer
Cat-Box limited
http://www.cat-box.net