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
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )