On Wed, 23 Mar 2011 14:17:20 -0500, Bruce Southey wrote: > I can not figure out what is different between git and this version :-( > > All the paths appear to be the same. > Further it continues onwards when I do: $python3.1 -m pdb setup.py build > > I added these lines to the start of "numpy/compat/__init__.py" import os > print(os.getcwd()) > > /home/bsouthey/python/numpystuff/tmp6/numpy-1.6.0b1/build/py3k This is > equivalent to the git version. > > Unless someone else finds it, I will consider it just my problem and > ignore it.
There's some magic in setup.py for generating numpy/version.py, which behaves differently depending whether `.git` is present or not. It might do some stuff that goes wrong --- I fixed it once already, but maybe it's broken again. Pauli _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion