This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author theller
Recipients brian.curtin, cgohlke, christian.heimes, loewis, paul.moore, ralf.gommers, silverbacknet, theller, tim.golden, trent
Date 2014-02-04.12:59:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391518765.95.0.0165738276248.issue16296@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-02-04 12:59:26thellersetrecipients: + theller, loewis, paul.moore, christian.heimes, tim.golden, trent, brian.curtin, cgohlke, silverbacknet, ralf.gommers
2014-02-04 12:59:25thellersetmessageid: <1391518765.95.0.0165738276248.issue16296@psf.upfronthosting.co.za>
2014-02-04 12:59:25thellerlinkissue16296 messages
2014-02-04 12:59:25thellercreate