XML-RPC -- send file

Skip Montanaro skip at pobox.com
Tue Apr 19 13:56:46 EDT 2005


    codecraig> how would I decode it?

Assuming you have Python at the other end and you get a Binary object
instead of a string, access its data attribute.  OTOH, xmlrpclib may
automatically decode the wrapper object for you.

In any case, I have two further recommendations:

    * Check the xmlrpclib docs.

    * Experiment.  Electrons are hardy fellows and hardly ever break at the
      energy levels present in modern computers.

Skip



More information about the Python-list mailing list