>> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to