[SciPy-user] from scipy import *, from scipy import signal

David Cournapeau cournape at gmail.com
Tue Aug 19 02:10:34 EDT 2008


On Mon, Aug 18, 2008 at 9:11 AM, Ryan Krauss <ryanlists at gmail.com> wrote:
> Thanks Matthieu.  The biggest part of my problem was that I somehow built
> scipy and the scikit with an older version of numpy.  I thought I was
> careful about that, but apparently not.
>
> My other question remains: does "from scipy import *" no longer pull in
> signal and integrate or is there something else wrong with my install?

AFAIK, it was never supposed to work, and was a bug. Those automatic
imports were pulled out recently

cheers,

David



More information about the SciPy-User mailing list