Re: [Tutor] problem with socket connection

2009-12-24 Thread زياد بن عبدالعزيز البا تلي
On Mon, 21 Dec 2009 12:10:01 -0600 shawn bright wrote: > Hey all, Hi... > > I keep getting a connection error 111 connection refused. When i try > to connect to a server at a remote ip address. The keywords here: "connection refused" and "remote ip address". > > I am using linux on both compu

[Tutor] problem with socket connection

2009-12-21 Thread shawn bright
Hey all, I keep getting a connection error 111 connection refused. When i try to connect to a server at a remote ip address. I am using linux on both computers. the socket server looks like this: #!/usr/bin/python import SocketServer class MyTCPHandler(SocketServer.BaseRequestHandler): def

[Tutor] problem with socket connection

2009-12-21 Thread shawn bright
Hey all, I keep getting a connection error 111 connection refused. When i try to connect to a server at a remote ip address. I am using linux on both computers. the socket server looks like this: #!/usr/bin/python import SocketServer class MyTCPHandler(SocketServer.BaseRequestHandler): def