[SciPy-user] Segmentation Faults

James Analytis jamalytis at hotmail.com
Tue Jun 3 18:43:25 EDT 2003


Hi,
I am having trouble with my scipy installation.  I keep getting these 
segmentation faults, but I think they only occur when modules with common 
names that come from different packages are called. Any ideas?
J

eg.
Python 2.2.2 (#1, Feb 24 2003, 19:13:11)
[GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>from Numeric import *
>>>import scipy
>>>x=arange(10)
>>>y = exp(-x/3.0)
Segmentation fault

AND

Python 2.2.2 (#1, Feb 24 2003, 19:13:11)
[GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>from scipy import *
Segmentation fault

BUT Numeric alone is fine

Python 2.2.2 (#1, Feb 24 2003, 19:13:11)
[GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>from Numeric import *
>>>x=arange(10)
>>>y = exp(-x/3.0)
>>>

AND "import scipy" alone is fine

Python 2.2.2 (#1, Feb 24 2003, 19:13:11)
[GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>import scipy
>>>from scipy import *
>>>

_________________________________________________________________
Surf the net and talk on the phone with Xtra Jetstream @  
http://www.xtra.co.nz/products/0,,5803,00.html !




More information about the SciPy-User mailing list