Error on Python

Tim Roberts timr at probo.com
Sat Feb 9 22:13:18 EST 2008


maehhheeyy <maehhheeyy at gmail.com> wrote:

>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?

Where did you get the multicast module?  Are you trying to do TCP
multicast?  What is the address you are trying to use?
-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-list mailing list