Trying to install module, No module named scipy_distutils.core (but i have scipy)

Benjamin Kaplan benjamin.kaplan at case.edu
Thu Oct 16 20:40:35 EDT 2008


On Thu, Oct 16, 2008 at 8:28 PM, process <circularfunc at gmail.com> wrote:

> trying to install PyKF-0.1 (Kalman Filters)
> http://pykf.sourceforge.net/
>
>
>
> I have Numpy, Scipy, Matplotlib installed an have successfully
> installed other packages using them.
>
>
> $ setup.py
> Traceback (most recent call last):
>  File "./setup.py", line 2, in <module>
>    from scipy_distutils.core import setup
> ImportError: No module named scipy_distutils.core
>
> [snip code example]
>


Have you upgraded to Python 2.6? If you have, you'd need to get new versions
of all your extensions and reinstall them.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20081016/86ac0849/attachment-0001.html>


More information about the Python-list mailing list