Failure to connect in SimpleXMLRPCServer/xmlrpclib
Diez B. Roggisch
deets at nospam.web.de
Mon Oct 22 06:47:18 EDT 2007
>> Maybe using the IP-address helps?
>>
>> Diez- Hide quoted text -
>>
>> - Show quoted text -
>
> No, that doesn't help either.
> May be I don't use it right.
> I tried "http://1.2.3.4:8000"
> and
> r"http://\\1.2.3.4:8000"
>
> with no success.
The former should work. The latter is Windows-name-style and has nothing to
do here.
I'm not a windows-user, but there should be ways to determine which program
listens to which port on a machine.
And a common problem is that servers listen on 127.0.0.1 instead of the
ethernet interface.
Try putting the server's IP as argument to the listening XMLRPC-server, and
check with the windows-netstat-equivalent if it works out.
Diez
More information about the Python-list
mailing list