<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=""><div class="">I tried cleaning the git dir, and trying again. It still didn't work giving me the report:</div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class=""><br class=""></div><div class="">======================================================================</div><div class="">ERROR: test_scripts.test_f2py</div><div class="">----------------------------------------------------------------------</div><div class="">Traceback (most recent call last):</div><div class=""> File "/Users/lzkelley/anaconda/envs/numpy-py27/lib/python2.7/site-packages/nose/case.py", line 197, in runTest</div><div class=""> self.test(*self.arg)</div><div class=""> File "/Users/lzkelley/Programs/public/numpy/build/testenv/lib/python2.7/site-packages/numpy/testing/decorators.py", line 146, in skipper_func</div><div class=""> return f(*args, **kwargs)</div><div class=""> File "/Users/lzkelley/Programs/public/numpy/build/testenv/lib/python2.7/site-packages/numpy/tests/test_scripts.py", line 68, in test_f2py</div><div class=""> code, stdout, stderr = run_command([f2py_cmd, '-v'])</div><div class=""> File "/Users/lzkelley/Programs/public/numpy/build/testenv/lib/python2.7/site-packages/numpy/tests/test_scripts.py", line 48, in run_command</div><div class=""> proc = Popen(cmd, stdout=PIPE, stderr=PIPE)</div><div class=""> File "/Users/lzkelley/anaconda/envs/numpy-py27/lib/python2.7/subprocess.py", line 710, in __init__</div><div class=""> errread, errwrite)</div><div class=""> File "/Users/lzkelley/anaconda/envs/numpy-py27/lib/python2.7/subprocess.py", line 1335, in _execute_child</div><div class=""> raise child_exception</div><div class="">OSError: [Errno 2] No such file or directory</div><div class=""><br class=""></div><div class="">----------------------------------------------------------------------</div><div class="">Ran 6029 tests in 82.132s</div><div class=""><br class=""></div><div class="">FAILED (KNOWNFAIL=6, SKIP=10, errors=2)</div></blockquote><div class=""><br class=""></div><div class="">f2py itself did seem to work fine from the command-line...</div><div class=""><br class=""></div><div class="">I did get things (seemingly) working, by cleaning the dir again, and then running:</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre"> </span>python setupegg.py develop --user</div><div class=""><br class=""></div><div class="">This built properly, and now lets me make modification to the source files and have them take effect immediately. This is really all I need for now, but I will try to get the `./runtests.py` working for the future. Perhaps the problem is something to do with my previous python environment installed via macports...</div><div class=""><br class=""></div><br class=""><div><blockquote type="cite" class=""><div class="">On Oct 18, 2015, at 9:04 PM, Nathaniel Smith <<a href="mailto:njs@pobox.com" class="">njs@pobox.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">On Sun, Oct 18, 2015 at 5:02 PM, Michael Sarahan <<a href="mailto:msarahan@gmail.com" class="">msarahan@gmail.com</a>> wrote:<br class=""><blockquote type="cite" class="">Running tests in the folder might be causing your problem. If it's trying<br class="">to import numpy, and numpy is a folder in your current folder, sometimes you<br class="">see errors like this. The confusion is that Python treats folders<br class="">(packages) similarly to modules, and the resolution order sometimes bites<br class="">you. Try cd'ing to a different folder (importantly, one NOT containing a<br class="">numpy folder!) and run the test command from there.<br class=""></blockquote><br class="">This isn't the problem -- ./runtests.py is designed to work fine when<br class="">run from the root of the numpy checkout.<br class=""><br class="">You might try nuking your checkout and environment and starting over<br class="">just in case your earlier attempts left behind some broken detritus<br class="">somewhere. 'git clean -xdf' will clear everything out of a git<br class="">directory aside from tracked files (so make sure to add any new files<br class="">you want to keep first!).<br class=""><br class="">-n<br class=""><br class="">-- <br class="">Nathaniel J. Smith -- <a href="http://vorpus.org" class="">http://vorpus.org</a><br class="">_______________________________________________<br class="">NumPy-Discussion mailing list<br class=""><a href="mailto:NumPy-Discussion@scipy.org" class="">NumPy-Discussion@scipy.org</a><br class="">https://mail.scipy.org/mailman/listinfo/numpy-discussion<br class=""></div></blockquote></div><br class=""></body></html>