Ah, sorry, found the answer myself (not that I wasn't looking for it for
days...): I was aware that the recipe is online at ActiveState's site
(http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/81549), but I
didn't read all of the comments carefully:
KAMOSAWA Masao wrote on 2006/04/29 that t
Hi list!
I'm struggling with a recipe from the Python Cookbook (2nd ed.)
concerning XML-RPC. It's recipe 15.2 "Serving XML-RPC Requests", and
since I thought it's a popular book some other folks might have
discovered (and probably solved) the same issue.
The recipe provides server and client code