SimpleXMLRPCServer and client IP address

2006-06-28 Thread Jeremy Monnet
Hello, I've started python a few weeks ago, and to now everything went fine with my cookbook and a learning book. Now, I've tried the SimpleXMLRPCServer, and it worked OK untill I tried to get the client IP address. I have searched a long time the Internet but couldn't find a _simple_ solution :-

Re: SimpleXMLRPCServer and client IP address

2006-06-28 Thread Jeremy Monnet
Thanks for your answer ! On 6/28/06, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > maybe the explanation in that message was good enough for the poster ? I think so ... unfortunately not for me ... yet ! :-) > > Your handler object should be getting set up with the client_address > property. >