Marc 'BlackJack' Rintsch wrote:
> On Fri, 07 Nov 2008 16:05:22 +0530, devi thapa wrote:
>
>> 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
On Fri, 07 Nov 2008 16:05:22 +0530, devi thapa wrote:
> 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)
>
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)
^
SyntaxEr