Re: [Tutor] Unable to run a simple client server code in in SOAPpy... Help me

2006-11-08 Thread Luke Paireepinart
Asrarahmed Kadri wrote: > > > > socket.error: (10061, 'Connection refused') Sounds like your firewall is blocking communication on this port. ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] Unable to run a simple client server code in in SOAPpy... Help me

2006-11-08 Thread Asrarahmed Kadri
  Hi,   I have successfully installed the SOAPpy module. The version is 0.11.6   I am trying to run simple test program for server and cliet. The script for server is executing without any error; but the client script is giving me the error as below. TRACEBACK:   C:\project stuff-programs>python c