On Thu, Apr 18, 2013 at 6:25 PM, Stéfan van der Walt <stefan@sun.ac.za> wrote:
Does your build segfault? That's odd.  Try building first, and if that
works run "nosetests -v" to see which test breaks.  Then start "gdb
python" and then provide the given test file, e.g.

Even "nosetests -v" seems to give a segmentation fault. I've posted the output after running "python setup.py build_ext -i" here. http://pastebin.com/s1y9RESz

Chintak