[issue16296] Patch to fix building on Win32/64 under VS 2010

Thomas Heller report at bugs.python.org
Tue Feb 4 13:59:25 CET 2014


Thomas Heller added the comment:

Hm, what's the problem?
For me, the patch applies cleanly (in Python 3.4.0b3, 32-bit and 64-bit on Windows), and
  py -3.4(-32) -m pip install numpy
works correctly.  At least
  py -3.4(-32) -c "import numpy; print(numpy.__version__)"
prints "1.8.0".

This is with the newest pip (1.5.2).

I have the full version of visual studio 2010 installed.

----------
nosy: +theller

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16296>
_______________________________________


More information about the Python-bugs-list mailing list