import SimpleXMLRPCSer ver
rpc_server = SimpleXMLRPCSer ver.SimpleXMLRP CServer(("local host", 3010))
print "XMLRPC Server started!"
rpc_server.serv e_forever()
When I run this program, I can connect to port 3010 on the localhost,
but I can't connect to the port from any other machine (or from the
local machine using the machine's hostname). Why is this?
Joe Laughlin
Phantom Works - Integrated Technology Development Labs
The Boeing Company
Comment