[Zope] xml-rpc problem
Dieter Maurer
dieter@handshake.de
Sat, 31 May 2003 11:09:02 +0200
Alexis Roda wrote at 2003-5-29 18:20 +0200:
> I have written an external method to convert word/excel documents to
> PDF. This external method is stored on our windows server, and it runs
> fine. My problem is that, if I run it through xml-rpc from our linux
> server, it works only if I have run the windows external method first.
I faintly remember to have read about a bug in External Method
that can cause "TypeError, wrong number of arguments".
Please search the mailing list archives (search for "External Method
TypeError").
Dieter