if you want to send the value '1000' over a socket connection in a socket object do something like sock.send(str(1000)) if socket is a socket.socket object.
-- http://mail.python.org/mailman/listinfo/python-list
if you want to send the value '1000' over a socket connection in a socket object do something like sock.send(str(1000)) if socket is a socket.socket object.
-- http://mail.python.org/mailman/listinfo/python-list