Re: Pyro: ProtocolError('connection failed')

2008-07-02 Thread Irmen de Jong
Diez B. Roggisch wrote: THis is just a guess - but it seems that somehow you don't bind your pyro objects to the NIC's IP address, but to localhost (127.0.0.1) - which of course won't work. That never happened to me though, try and see the pyro docs on how to prevent/control to which IP a p

Re: Pyro: ProtocolError('connection failed')

2008-07-02 Thread Diez B. Roggisch
[EMAIL PROTECTED] schrieb: Hello everyone Can someone help me fix this problem? I am using an example from Pyro(Python Remote Object) website directly. It is the last example from http://pyro.sourceforge.net/manual/8-example.htm I have two computers to run Server and Client. ###

Pyro: ProtocolError('connection failed')

2008-07-02 Thread jamitwidme
Hello everyone Can someone help me fix this problem? I am using an example from Pyro(Python Remote Object) website directly. It is the last example from http://pyro.sourceforge.net/manual/8-example.htm I have two computers to run Server and Client. ser