[SciPy-User] suddenly no interpolate

josef.pktd at gmail.com josef.pktd at gmail.com
Wed Nov 24 07:04:32 EST 2010


On Wed, Nov 24, 2010 at 6:33 AM, John <washakie at gmail.com> wrote:
> Any reason I would suddenly be getting this error:
> 'module' object has no attribute 'interpolate'
>
> I've used the interpolate feature quite a bit without problems... but
> suddenly I am getting this error. This is with scipy 0.8.0

This error often shows up if you have a different module with the same
name on the python path, for example in the local working directory.

Can you provide more information and the full traceback, otherwise
it's impossible to tell what might be going on?

Josef


>
> Thanks,
> john
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
>



More information about the SciPy-User mailing list