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)


------------------------------------------------------- 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_ide95&alloc_id396&op=click _______________________________________________ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to