<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Thanks for the help Nathaniel --- but building via `./runtests.py` is failing in the same way.  Hopefully Numpy-discussion can help me out.<div class=""><br class=""></div><div class="">I'm able to build using `python setup.py build_ext --inplace` but both trying to run `python setup.py install` or `./runtests.py` leads to the following error:</div><div class=""><br class=""></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class="">(numpy-py27)daedalus-2:numpy lzkelley$ ./runtests.py </div><div class="">Building, see build.log...</div><div class="">Running from numpy source directory.</div><div class="">Traceback (most recent call last):</div><div class="">  File "setup.py", line 264, in <module></div><div class="">    setup_package()</div><div class="">  File "setup.py", line 248, in setup_package</div><div class="">    from numpy.distutils.core import setup</div><div class="">  File "/Users/lzkelley/Programs/public/numpy/numpy/distutils/__init__.py", line 21, in <module></div><div class="">    from numpy.testing import Tester</div><div class="">  File "/Users/lzkelley/Programs/public/numpy/numpy/testing/__init__.py", line 14, in <module></div><div class="">    from .utils import *</div><div class="">  File "/Users/lzkelley/Programs/public/numpy/numpy/testing/utils.py", line 17, in <module></div><div class="">    from numpy.core import float32, empty, arange, array_repr, ndarray</div><div class="">  File "/Users/lzkelley/Programs/public/numpy/numpy/core/__init__.py", line 59, in <module></div><div class="">    test = Tester().test</div><div class="">  File "/Users/lzkelley/Programs/public/numpy/numpy/testing/nosetester.py", line 180, in __init__</div><div class="">    if raise_warnings is None and '.dev0' in np.__version__:</div><div class="">AttributeError: 'module' object has no attribute '__version__'</div><div class=""><br class=""></div><div class="">Build failed!</div></blockquote><br class=""><div class="">Has anyone seen something like this before?</div><div class=""><br class=""></div><div class="">Thanks!</div><div class="">Luke</div></body></html>