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 -- http://mail.python.org/mailman/listinfo/python-list
