Re: [Numpy-discussion] Numpy-vendor vcvarsall.bat problem.

2015-08-06 Thread David Cournapeau
Sorry if that's obvious, but do you have Visual Studio 2010 installed ? On Thu, Aug 6, 2015 at 11:17 PM, Charles R Harris charlesr.har...@gmail.com wrote: Anyone know how to fix this? I've run into it before and never got it figured out. [192.168.121.189:22] out: File

[Numpy-discussion] Numpy-vendor vcvarsall.bat problem.

2015-08-06 Thread Charles R Harris
Anyone know how to fix this? I've run into it before and never got it figured out. [192.168.121.189:22] out: File C:\Python34\lib\distutils\msvc9compiler.py, line 259, in query_vcvarsall [192.168.121.189:22] out: [192.168.121.189:22] out: raise DistutilsPlatformError(Unable to find

[Numpy-discussion] improving structured array assignment

2015-08-06 Thread Allan Haldane
Hello all, I've written up a tentative PR which tidies up structured array assignment, https://github.com/numpy/numpy/pull/6053 It has a backward incompatible change which I'd especially like to get some feedback on: Structure assignment now always works by field position instead of by field

[Numpy-discussion] numpy-vendor cythonize problem

2015-08-06 Thread Charles R Harris
I note that current numpy-vendor fails to cythonize in windows builds. Cython is installed, but I assume it needs to also be installed in each of the python versions in wine. Because the need to cythonize was already present in 1.9, I assume that the problem has been solved but the solution is not

Re: [Numpy-discussion] Numpy-vendor vcvarsall.bat problem.

2015-08-06 Thread Charles R Harris
On Thu, Aug 6, 2015 at 4:22 PM, David Cournapeau courn...@gmail.com wrote: Sorry if that's obvious, but do you have Visual Studio 2010 installed ? On Thu, Aug 6, 2015 at 11:17 PM, Charles R Harris charlesr.har...@gmail.com wrote: Anyone know how to fix this? I've run into it before and

Re: [Numpy-discussion] Numpy-vendor vcvarsall.bat problem.

2015-08-06 Thread Charles R Harris
On Thu, Aug 6, 2015 at 5:11 PM, Charles R Harris charlesr.har...@gmail.com wrote: On Thu, Aug 6, 2015 at 4:22 PM, David Cournapeau courn...@gmail.com wrote: Sorry if that's obvious, but do you have Visual Studio 2010 installed ? On Thu, Aug 6, 2015 at 11:17 PM, Charles R Harris