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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to