Re: Failure to connect in SimpleXMLRPCServer/xmlrpclib

2007-10-22 Thread iu2
On Oct 22, 12:47 pm, "J. Cliff Dyer" <[EMAIL PROTECTED]> wrote: > iu2 wrote: > > Hi all, > > > I've copied the example of RPC usage from the Python's doc. > > When the client and server were on the same PC ("localhost") (I use > > Windows) > > it worked ok. But putting the server on a different PC

Re: Failure to connect in SimpleXMLRPCServer/xmlrpclib

2007-10-22 Thread Diez B. Roggisch
>> 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-na

Re: Failure to connect in SimpleXMLRPCServer/xmlrpclib

2007-10-22 Thread J. Cliff Dyer
iu2 wrote: > Hi all, > > I've copied the example of RPC usage from the Python's doc. > When the client and server were on the same PC ("localhost") (I use > Windows) > it worked ok. But putting the server on a different PC raised the > error: > > gaierror: (11001, 'getaddrinfo failed') > The error

Re: Failure to connect in SimpleXMLRPCServer/xmlrpclib

2007-10-22 Thread iu2
On Oct 22, 10:21 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > iu2 wrote: > > > Hi all, > > > I've copied the example of RPC usage from the Python's doc. > > When the client and server were on the same PC ("localhost") (I use > > Windows) > > it worked ok. But putting the server on a differen

Re: Failure to connect in SimpleXMLRPCServer/xmlrpclib

2007-10-22 Thread Diez B. Roggisch
iu2 wrote: > > Hi all, > > I've copied the example of RPC usage from the Python's doc. > When the client and server were on the same PC ("localhost") (I use > Windows) > it worked ok. But putting the server on a different PC raised the > error: > > gaierror: (11001, 'getaddrinfo failed') > The

Failure to connect in SimpleXMLRPCServer/xmlrpclib

2007-10-21 Thread iu2
Hi all, I've copied the example of RPC usage from the Python's doc. When the client and server were on the same PC ("localhost") (I use Windows) it worked ok. But putting the server on a different PC raised the error: gaierror: (11001, 'getaddrinfo failed') The error was raised upion accessing s