[SciPy-user] install problem can't find fortran (IRIX/python2.2.1/cvs scipy)

Tim Carlson tim.carlson at pnl.gov
Mon May 6 14:00:06 EDT 2002


On Thu, 2 May 2002, Tim Carlson wrote:

> So the beast is compiled. I'll see if I can run it and do some testing.

Getting back to this. It seems I can't load the fastumath module. The
shared object does exist.

% python
Python 2.2.1 (#1, May  1 2002, 11:48:54)
[GCC 2.95.3 20010315 (release)] on irix646
Type "help", "copyright", "credits" or "license" for more information.
>>> from scipy import *
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File
"/gen1_scr/tim/python/lib/python2.2/site-packages/scipy/__init__.py", line
29, in ?
    from scipy_base import *
  File "scipy_base/__init__.py", line 4, in ?
    import scipy_base.fastumath
ImportError: No module named fastumath
>>> ^D

I compiled scipy with gcc/g77 from the 3.0.4 distribution. I've also
recompiled python 2.2.1 with gcc-3.0.4 and I get the same error. I've
set my LD_LIBRARY_PATH to the directory where my gcc-3.x libraries are
in the event there was some shared library loading problem. There is a
fastumath.so file in the correct place.

% ls -l site-packages/scipy_base/fastumath.so
-rwxr-xr-x   1 tim      user       463076 May  6 09:42 site-packages/scipy_base/fastumath.so

Any thoughts on this one?

I can import other .so files.

>>> from Numeric import mutliarray
>>>

Thanks

Tim

Tim Carlson
Voice: (509) 376 3423
Email: Tim.Carlson at pnl.gov
EMSL UNIX System Support




More information about the SciPy-User mailing list