> --
> You received this message because you are subscribed to the Google Groups "spyder" group.
> To post to this group, send email to spyd...@googlegroups.com.
> To unsubscribe from this group, send email to spyderlib+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
>
>
I think this is unrelated to spyder, this is a warning from cython
generated that the scipy has not been compiled against the a
specific/recent numpy. Which scipy, numpy versions are you running,
e.g. numpy.__version__ ?
The warning is innocent, there are no compatibility problems in this
case between numpy and scipy.
Josef
I guess you will also get the warning when you import scipy.io.matlab
in a plain interpreter. Spyder imports matplotlib automatically and
indirectly scipy.io.matlab.
In either case, the warning might be annoying but there are no (known)
problems with this.
Josef
/kristi
David