Re: [Pythonmac-SIG] module compiled against version 1000002 of C-API but this version of numpy is 1000009

2006-11-23 Thread Bob Ippolito
On 11/23/06, Teemu Rinne <[EMAIL PROTECTED]> wrote: > > > On 23 Nov 2006, at 4:03 PM, Teemu Rinne wrote: > >> In my test below , I got "RuntimeError: module compiled against > >> version > >> 102 of C-API but this version of numpy is 109" after "from > >> scipy > >> import signal". Is thi

Re: [Pythonmac-SIG] module compiled against version 1000002 of C-API but this version of numpy is 1000009

2006-11-23 Thread Teemu Rinne
> On 23 Nov 2006, at 4:03 PM, Teemu Rinne wrote: >> In my test below , I got "RuntimeError: module compiled against >> version >> 102 of C-API but this version of numpy is 109" after "from >> scipy >> import signal". Is this because >> (1) scipy (or one of the other packages) is not

Re: [Pythonmac-SIG] module compiled against version 1000002 of C-API but this version of numpy is 1000009

2006-11-23 Thread Ronald Oussoren
On 23 Nov 2006, at 4:03 PM, Teemu Rinne wrote: Hi, In my test below , I got "RuntimeError: module compiled against version 102 of C-API but this version of numpy is 109" after "from scipy import signal". Is this because (1) scipy (or one of the other packages) is not up to dat

Re: [Pythonmac-SIG] module compiled against version 1000002 of C-API but this version of numpy is 1000009

2006-11-23 Thread Teemu Rinne
Hi, In my test below , I got "RuntimeError: module compiled against version 102 of C-API but this version of numpy is 109" after "from scipy import signal". Is this because (1) scipy (or one of the other packages) is not up to date with the others or (2) I do something wrong? I have