Yep looks like xmlrpclib changed, which means xmlrpclibBasicAuth needs updating. Thanks for the patch I'll try to get around to a new release. Are both Zopes 2.6b1?
Are there any risks here that I'm not aware of?
Other stuff may have changed, but shouldnt be anything to worry about. -- Andy McKay www.agmweb.ca ----- Original Message ----- From: "Charlie Reiman" <creiman@kefta.com> To: <zope@zope.org> Sent: Wednesday, September 25, 2002 10:34 AM Subject: [Zope] ZSyncer 0.4.5 and Zope 2.6b1
Doesn't seem to be working. I get an error page that says:
There was a problem with that comparison.
Error:
* TypeError * request() got an unexpected keyword argument 'verbose'
Changing this: def request(self, host, handler, request_body):
to this: def request(self, host, handler, request_body, verbose = None):
seems to make it work. Are there any risks here that I'm not aware of?
_______________________________________________ Zope maillist - Zope@zope.org 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 )