Re: Error on Python

2008-02-10 Thread Zara
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

Re: Error on Python

2008-02-10 Thread timr
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

Re: Error on Python

2008-02-09 Thread Steve Holden
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

Re: Error on Python

2008-02-09 Thread Tim Roberts
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

Error on Python

2008-02-09 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)) Can anyone please help

C extension module causes bus error on Python exit

2007-01-30 Thread Anand Patil
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