Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!goblin1!goblin.stu.neva.ru!peer02.fr7!news.highwinds-media.com!post02.fr7!fx11.am4.POSTED!not-for-mail From: BartC User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 Newsgroups: comp.lang.python Subject: Re: Python Questions - July 25, 2015 References: <2adac4ce-976f-4a8a-849d-c76e484eba77@googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Lines: 33 Message-ID: NNTP-Posting-Host: 92.239.254.134 X-Complaints-To: http://netreport.virginmedia.com X-Trace: 1437921013 92.239.254.134 (Sun, 26 Jul 2015 14:30:13 UTC) NNTP-Posting-Date: Sun, 26 Jul 2015 14:30:13 UTC Organization: virginmedia.com Date: Sun, 26 Jul 2015 15:30:12 +0100 X-Received-Body-CRC: 3600454495 X-Received-Bytes: 2311 Xref: csiph.com comp.lang.python:94630 On 26/07/2015 14:07, Chris Angelico wrote: > On Sun, Jul 26, 2015 at 10:49 PM, BartC wrote: >> >> And is there anything I've done wrong above? (Apart from trying to use >> Windows.) > > Not sure about done *wrong*, per se, but there's something that you > didn't mention doing: search the web for "numpy windows", which > brought me to this page: > > http://www.scipy.org/install.html I saw that but it was about installing the SciPy Stack, whatever that is. The only mention of numpy there is to do with linux systems, except for a link near the end which takes me to that same Sourceforge site. > The recommendation there is to grab a prepackaged Python like > Anaconda. I haven't tried it myself (never needed numpy on Windows) > but it does seem to be the easiest way to go about it. OK, I've done that now, and it works, thanks. Now 'import numpy' doesn't report an error. (But Christ, it's massive! A 0.3GB download that took ages to install, and occupied 1.3GB on disk (32000 files), about 20-40 times as big as a normal Python install. It was also Python 2.7, which I didn't notice until it was too late. Presumably I must have clicked the wrong button at some point. I dread think how big a Python 3.x version might be!) -- Bartc