Hi All,

I installed numpy from the scipy superpack on Snow Leopard with python 2.7
and it all appears to work but when I do the following, I get a segmentation
fault.

>>> import numpy
>>> print numpy.__version__, numpy.__file__
2.0.0.dev-b5cdaee
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy-2.0.0.dev_b5cdaee_20110710-py2.6-macosx-10.6-universal.egg/numpy/__init__.pyc
>>> numpy.test()
Running unit tests for numpy
NumPy version 2.0.0.dev-b5cdaee
NumPy is installed in
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy-2.0.0.dev_b5cdaee_20110710-py2.6-macosx-10.6-universal.egg/numpy
Python version 2.7.2 (v2.7.2:8527427914a2, Jun 11 2011, 15:22:34) [GCC 4.2.1
(Apple Inc. build 5666) (dot 3)]
nose version 1.1.2
............................................................................................................................................................................................................................................................................................................................Segmentation
fault
thomasmarkovich:~ Thomas$

What is the best way to trouble shoot this? Do you guys have any
suggestions? I have also included the core dump in this email as a pastie
link.

http://pastie.org/2309652

Best,

Thomas
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to