Hi, I am using the command
recv(..) to receive a message from client. retval = recv(my_socket, *buf, len(buf) , 0) and its giving this error File "./server1.py", line 31 retval = recv(my_socket, *buf, len(buf) , 0) ^ SyntaxError: invalid syntax how should I fill the length parameter, please help me out with this, Regards, Devi -- http://mail.python.org/mailman/listinfo/python-list