On Sat, 9 Feb 2008 10:26:26 -0800 (PST), 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
On Sat, Feb 09, 2008 at 11:05:34PM -0500, Steve Holden wrote:
> Tim Roberts wrote:
> > 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 bin
Tim Roberts wrote:
> 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 com
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 this line;
>sock.bind ((MC
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))
Can anyone please help
Hi all,
I was referred to this list from python-help. I've written an extension
module in C which contains several new types. The types can be
instantiated, used, and deleted under Python 2.4.3 on OS X 10.4 without
problems.
However, whenever I import the module Python tries to dereference a