xml-rpc, O'Reilly cookbook example not working???

bradh at cuneata.net bradh at cuneata.net
Tue Jan 7 18:02:23 EST 2003


Quoting "Meehan, Francois" <Francois at iecholden.com>:
<snip>
> if __name__=='__main__':
>     server = SimpleXMLRPCServer.SimpleXMLRPCServer(("localhost",
> 8000))
"localhost" has very specific meaning and will normally only bind to the 
loopback interface. If you insert the machine name here, you should be able to 
use it on another interface.

Brad





More information about the Python-list mailing list