XML-RPC server-client communication

Marco Aschwanden PPNTWIMBXFFC at spammotel.com
Thu Jul 6 03:55:30 EDT 2006


> server = SimpleXMLRPCServer.SimpleXMLRPCServer(("xxx.xxx.xxx.xxx",
> 22999))

Could it be that xxx.xxx.xxx.xxx stands for '127.0.0.1'? If so... rename  
it to 'localhost'. If you bind a port to 127.0.0.1 it will be found only  
on the same machine.
Greetings,
Marco




More information about the Python-list mailing list