On 03/07/2013 23:38, ollietemple...@aol.com wrote:
im trying to do a simple socket test program for a school project using the
socket module, but im having difficulty in sending data between the client and
host program.
so far all tutorials and examples have used something along the lines of:
On 4-7-2013 0:38, ollietemple...@aol.com wrote:
> it all works fine, except for when i try to use:
>
> s.send("hello")
>
> to send data between the client and server, i just get this error message:
>
> >>>
> Traceback (most recent call last):
> File "C:/Users/Ollie/Documents/code/cha