Re: [Numpy-discussion] Installation on Windows

2015-03-23 Thread Per Tunedal
Hi, thank you all! This turned out more complicated than I expected. I tried installing the indicated compiler VCForPython27.msi but that didn't change anything. On the other hand I don't want to install any special distribution of Python - I want to stick to the standard distribution to be sure

Re: [Numpy-discussion] Installation on Windows

2015-03-20 Thread Sebastian
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, as you ask how to install Numpy and not how to compile it, I guess you are looking for a so called distribution. A distribution bundles pre-compiled packages of Numpy and others together for simple usage of Numpy. Otherwise you have to compile

Re: [Numpy-discussion] Installation on Windows

2015-03-20 Thread Nathaniel Smith
On Mar 20, 2015 1:49 AM, "Jerome Kieffer" wrote: > > On Fri, 20 Mar 2015 09:45:41 +0100 > Per Tunedal wrote: > > > Hi, > > how do I install Numpy on Windows? I've tried the setup.py file, but get > > an error message: > > > > setup.py install > > > > gives: > > No module named msvccompiler in num

Re: [Numpy-discussion] Installation on Windows

2015-03-20 Thread Jerome Kieffer
On Fri, 20 Mar 2015 09:45:41 +0100 Per Tunedal wrote: > Hi, > how do I install Numpy on Windows? I've tried the setup.py file, but get > an error message: > > setup.py install > > gives: > No module named msvccompiler in numpy.distutils; trying from distutils > error: Unable to find vcvarsall.b

[Numpy-discussion] Installation on Windows

2015-03-20 Thread Per Tunedal
Hi, how do I install Numpy on Windows? I've tried the setup.py file, but get an error message: setup.py install gives: No module named msvccompiler in numpy.distutils; trying from distutils error: Unable to find vcvarsall.bat Yours, Per Tunedal ___ Num