[Zope] bug in xmlrpc
Dieter Maurer
dieter at handshake.de
Fri Feb 6 16:02:54 EST 2004
Jerry wrote at 2004-2-5 18:24 -0800:
>I upgraded to python 2.3 and now my program that calls routines via
>XMLRPC is broken. I am using the unmodofied xmlrpcBasicAuth module I
>downloaded some time last year and code that worked fine on 2.2 now generates:
>
>>>> x=myserver.myfunction('xxx')
>Traceback (most recent call last):
> File "<stdin>", line 1, in ?
> File "C:\app\Python23\lib\xmlrpclib.py", line 1029, in __call__
> return self.__send(self.__name, args)
> File "C:\app\Python23\lib\xmlrpclib.py", line 1316, in __request
> verbose=self.__verbose
>TypeError: request() got an unexpected keyword argument 'verbose'
I have seen this problem.
It is caused by an old "xmlrpclib" module.
I use the "xmlrpclib" that comes with "ZSyncer".
--
Dieter
More information about the Zope
mailing list