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