[Tutor] seeking help to a problem w/ sockets

2008-04-26 Thread James Duffy
I have a problem w/ a file transfer receiver. They way it works is it binds a port for incoming transfer , when the file transfer is complete. It closes the connection and the socket, then loops back and restarts the bind and listen. I have it set so that the socket is reuseable, which is why this

[Tutor] Need help with sockets

2008-04-19 Thread James Duffy
For a part of a program, I need to send a text string to another machine in a IM style app. I've done this in C# but never in python. The server is in C# so I just need a client side program that can listen for and display incoming messages as well as send messages. Ive managed to make a socket and