[SciPy-user] Probs with scipy.test() and seg faults

James Analytis james.analytis at physics.ox.ac.uk
Thu Jun 5 12:38:05 EDT 2003


Hey,
I removed the existing Numeric and installed Numeric 23.0
from the tarball Numeric-23.0.tar.gz

cd /usr/lib/python2.2/site-packages
tar zxvf /home/analytis/trials/TAR/Numeric-23.0.tar.gz
cd Numeric-23.0/
python setup.py install

I then removed all the scipy files and reinstalled them

cd /usr/lib/python2.2/site-packages/
tar zxvf /home/analytis/trials/TAR/SciPy-0.2.0_alpha_197.4144.linux2_py.tar.gz

The output is now:

[analytis at toomey analytis]$ ls -l 
/usr/lib/python2.2/site-packages/Numeric-23.0/Include/Numeric/
total 36
-rw-r--r--    1 909      users       14370 Jun 11  2002 arrayobject.h
-rw-r--r--    1 909      users        4228 Nov 19  2002 f2c.h
-rw-r--r--    1 909      users        1285 Sep  2  2002 ranlib.h
-rw-r--r--    1 909      users        6702 May 10  2001 ufuncobject.h
[analytis at toomey analytis]$ ls -l /usr/include/python2.2/Numeric/
total 36
-rw-r--r--    1 root     root        14370 Jun 11  2002 arrayobject.h
-rw-r--r--    1 root     root         4228 Nov 19  2002 f2c.h
-rw-r--r--    1 root     root         1285 Sep  2  2002 ranlib.h
-rw-r--r--    1 root     root         6702 May 10  2001 ufuncobject.h
[analytis at toomey analytis]$

What do you think?
J




More information about the SciPy-User mailing list