[SciPy-dev] scipy_core Solaris Build: Good and Bad News
Christopher Hanley
chanley at stsci.edu
Thu Oct 20 09:45:26 CDT 2005
The good news is that I can now build the latest newcore version on
Solaris with no modifications to the config.h or setup.py files.
The bad news is that when I attempt an "import scipy" command I receive
the following error message:
basil> ipython
Python 2.4.1 (#2, Apr 6 2005, 14:41:45) [C]
Type "copyright", "credits" or "license" for more information.
IPython 0.6.12 -- An enhanced Interactive Python.
? -> Introduction to IPython's features.
%magic -> Information about IPython's 'magic' % functions.
help -> Python's own help system.
object? -> Details about 'object'. ?object also works, ?? prints more.
In [1]: import scipy.base as sb
---------------------------------------------------------------------------
exceptions.ImportError Traceback (most
recent call last)
/data/basil5/site-packages/lib/python/<console>
/data/basil5/site-packages/lib/python/scipy/__init__.py
28 print 'Running from scipy core source directory.'
29 else:
---> 30 from scipy.base import *
31 import scipy.basic as basic
32 from scipy.basic.fft import fft, ifft
/data/basil5/site-packages/lib/python/scipy/base/__init__.py
4
5 import multiarray
----> 6 import umath
7 import numerictypes as nt
8 multiarray.set_typeDict(nt.typeDict)
ImportError: ld.so.1: /usr/stsci/pyssgx/Python-2.4.1/bin/ipython: fatal:
relocation error: file scipy/base/umath.so: symbol isinf: referenced
symbol not found
In [2]:
Does anyone have any suggestions on how I can correct this problem?
Thanks,
Chris
--
Christopher Hanley
Systems Software Engineer
Space Telescope Science Institute
3700 San Martin Drive
Baltimore MD, 21218
(410) 338-4338
More information about the Scipy-dev
mailing list