Sébastien Maret wrote:

I get the following error when importing scipy.interpolate

[MARETMACLT2:~] smaret% python
Python 2.4.1 (#1, Apr 1 2005, 10:26:34)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1671)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from scipy.interpolate import *
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/sw/lib/python2.4/site-packages/scipy_base/ppimport.py", line 303, in __getattr__
module = self._ppimport_importer()
File "/sw/lib/python2.4/site-packages/scipy_base/ppimport.py", line 258, in _ppimport_importer
raise ImportError,self.__dict__.get('_ppimport_exc_info')[1]
ImportError: No module named scipy_distutils.misc_util
>>>


Apparently the scipy_distutils module, which should come along with scipy, is not installed by the Fink package.

Sébastien
(Maintainer cc-ed)

Sébastien:

It's provided by the f2py package, which scipy depends on. Don't know why you don't have it - do you have f2py-py24 installed?

-Jeff

--
Jeffrey S. Whitaker         Phone  : (303)497-6313
Meteorologist               FAX    : (303)497-6449
NOAA/OAR/CDC  R/CDC1        Email  : [EMAIL PROTECTED]
325 Broadway                Office : Skaggs Research Cntr 1D-124
Boulder, CO, USA 80303-3328 Web    : http://tinyurl.com/5telg



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to