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. >

Re: SimpleXMLRPCServer and client IP address

2006-06-28 Thread Fredrik Lundh
Jeremy Monnet wrote: > Tips I've found were : > - use the requestHandler and its method address_string(), but I didn't > an easy to understand example > - http://mail.python.org/pipermail/python-list/2006-May/340266.html > but this thread seems not to have been finished :-( maybe the explanation

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 :-