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: This was a bug in the f2py-py package - it's now fixed in 10.3 unstable.


-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.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to