Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.036 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'subject:Python': 0.05; 'cc:addr:python-list': 0.09; 'python': 0.10; '10:49': 0.16; 'above?': 0.16; 'doing:': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'numpy': 0.16; 'wrote:': 0.16; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'subject:Questions': 0.22; 'trying': 0.22; "haven't": 0.24; 'tried': 0.24; 'header:In-Reply-To:1': 0.24; "i've": 0.25; 'message-id:@mail.gmail.com': 0.27; 'subject:2015': 0.27; 'mention': 0.30; 'received:google.com': 0.35; 'done': 0.35; 'easiest': 0.35; 'something': 0.35; 'but': 0.36; 'needed': 0.36; 'there': 0.36; 'url:org': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'seem': 0.37; 'wrong': 0.38; 'anything': 0.38; 'sure': 0.39; 'does': 0.39; "didn't": 0.39; 'per': 0.62; 'grab': 0.64; '26,': 0.72; 'jul': 0.72; 'chrisa': 0.84; 'prepackaged': 0.84; 'url:scipy': 0.84; 'to:none': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=uV0THssqm7Q0p6msljfVKfmI/H2A/sM+YHQBuHmTCiw=; b=ZYmSI4uwxYPxtApRoswOdcIAcmnlplX/Xbz42jYHM9D8UOTzs/R/alTES68NKABEMx BfO4mJChfrT+HBniMRE+pI1Ubps2i9Yxf5gkJQCy7Lmp8kCpFHHOst0kI2hBdZUHsSu5 ktlNsAVAh/BdV32qa4o9SGMFy7gvteOhD0PieOM3HO1+5LBbf2W79HK+po+WyJWBb2+v NEYzOtUkcywm1ZjbTYlPRDaxRgfstVjdWJuXsfIZqpMvepkq5ey1ZbEfyB2m9CjJVwms MloSCbomiAZQ0/brmvyLVryHHx5TM3cX226XcEDA/PclAVGrVmIKMtqt+9DQLTmKQ8vc 8cJw== MIME-Version: 1.0 X-Received: by 10.50.142.67 with SMTP id ru3mr9196712igb.16.1437916032220; Sun, 26 Jul 2015 06:07:12 -0700 (PDT) In-Reply-To: References: <2adac4ce-976f-4a8a-849d-c76e484eba77@googlegroups.com> Date: Sun, 26 Jul 2015 23:07:12 +1000 Subject: Re: Python Questions - July 25, 2015 From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1437916042 news.xs4all.nl 2845 [2001:888:2000:d::a6]:43929 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:94625 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 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. ChrisA