Re: Can anyone help, please?

2008-02-13 Thread Douglas Wells
In article <[EMAIL PROTECTED]>, maehhheeyy <[EMAIL PROTECTED]> writes: > Hi, right now I'm using Python and Multicast. I have the code for > Multicast receiver on Python but I keep getting this error; Hi, In the future please use a Subject: line that is relevant to your inquiry. Many people on

Re: Can anyone help, please?

2008-02-12 Thread Paul McGuire
On Feb 12, 4:10 pm, maehhheeyy <[EMAIL PROTECTED]> 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 "", line 1, in bind > error: (10049, "Can't assign requested address") > > The error is coming from th

Can anyone help, please?

2008-02-12 Thread maehhheeyy
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 "", line 1, in bind error: (10049, "Can't assign requested address") The error is coming from this line; sock.bind ((MCAST_ADDR, MCAST_PORT)) This is the code that