On Thu, Oct 16, 2008 at 8:28 PM, process <[EMAIL PROTECTED]> 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.
-- http://mail.python.org/mailman/listinfo/python-list