Error on Python

maehhheeyy maehhheeyy at gmail.com
Sat Feb 9 13:26:26 EST 2008


Hi, right now I'm using Python and Multicast. I have the code for
Multicast receiver on Python but I keep getting this error;

File "<string>", line 1, in bind
error: (10049, "Can't assign requested address")

The error is coming from this line;
sock.bind ((MCAST_ADDR, MCAST_PORT))

Can anyone please help me solve this problem?
Thanks



More information about the Python-list mailing list