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
>> 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
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
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
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