XML-RPC -- send file

Skip Montanaro skip at pobox.com
Wed Apr 20 09:55:16 EDT 2005


    codecraig> stefan:  i added, "return 1" to my sendFile method on the server...took
    codecraig> care of the error, thanks.

Yes, by default XML-RPC doesn't support objects like Python's None.  As the
error message indicated you have to enable allow_none to permit transmission
of None.

Skip



More information about the Python-list mailing list