9 Aug
2000
9 Aug
'00
4:24 p.m.
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