[Numpy-discussion] [SciPy-Dev] ANN: Numpy 1.6.0 beta 1

Pauli Virtanen pav at iki.fi
Wed Mar 23 15:32:12 EDT 2011


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




More information about the NumPy-Discussion mailing list