socket send

NighterNet darkneter at gmail.com
Wed Jul 29 23:52:06 EDT 2009


I am trying to figure out how to send text or byte in python 3.1. I am
trying to send data to flash socket to get there. I am not sure how to
work it.

buff= 'id=' , self.id , ':balive=False\n'
clientSock.send(buff);



More information about the Python-list mailing list