[SciPy-user] from scipy import *, from scipy import signal
Matthieu Brucher
matthieu.brucher at gmail.com
Mon Aug 18 11:21:44 EDT 2008
Hi,
If you upgraded numpy, you may have to recompile scipy and the scikits.
Matthieu
2008/8/18 Ryan Krauss <ryanlists at gmail.com>:
> FYI, I also tried to build umfpack from scikits and get a similar error:
>
> In [3]: import scikits
>
> In [4]: import scikits.umfpack
> ---------------------------------------------------------------------------
> <type 'exceptions.RuntimeError'> Traceback (most recent call last)
>
>
> <type 'exceptions.RuntimeError'>: module compiled against version 1000009 of
> C-API but this version of numpy is 100000a
> _um=None
>
>
> On Mon, Aug 18, 2008 at 9:27 AM, Ryan Krauss <ryanlists at gmail.com> wrote:
>>
>> I upgraded to svn this morning and am having a rough time. I think I
>> eventually got everything to compile, but I am having problems running the
>> script I am working with. I have two primary problems (I think).
>>
>> 1. I have a lot of legacy code of mine that starts with "from scipy import
>> *". But with the current svn versions, this doens't seem to do what it used
>> to (it doesn't seem to bring in signal and integrate at least).
>>
>> 2. Secondly, adding "from scipy import signal" to fix problem #1, produces
>> this message:
>>
>> In [2]: from scipy import signal
>>
>> ---------------------------------------------------------------------------
>> <type 'exceptions.RuntimeError'> Traceback (most recent call
>> last)
>>
>>
>> <type 'exceptions.RuntimeError'>: module compiled against version 1000009
>> of C-API but this version of numpy is 100000a
>> _um=None
>>
>>
>>
>> What is the easiest way to resolve these two issues?
>>
>> Thanks,
>>
>> Ryan
>
>
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user
>
>
--
French PhD student
Website : http://matthieu-brucher.developpez.com/
Blogs : http://matt.eifelle.com and http://blog.developpez.com/?blog=92
LinkedIn : http://www.linkedin.com/in/matthieubrucher
More information about the SciPy-User
mailing list