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.041 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'subject:Python': 0.05; '(python': 0.05; 'from:addr:yahoo.co.uk': 0.05; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'numpy': 0.16; 'pypi.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'wrote:': 0.16; 'language': 0.19; '>>>': 0.20; '2015': 0.20; 'work,': 0.21; 'lawrence': 0.22; 'subject:Questions': 0.22; 'tried': 0.24; 'url:edu': 0.24; 'header :In-Reply-To:1': 0.24; 'install': 0.25; "i've": 0.25; 'header :User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'subject:2015': 0.27; 'language.': 0.32; 'useful': 0.33; 'skip:- 10': 0.34; 'worked': 0.34; 'files,': 0.35; 'but': 0.36; 'should': 0.36; 'url:org': 0.36; 'visual': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'turn': 0.37; 'received:org': 0.37; 'things': 0.38; 'progress': 0.38; 'version': 0.38; 'files': 0.38; 'does': 0.39; 'to:addr:python.org': 0.40; 'mark': 0.40; 'ago.': 0.61; 'charset:windows-1252': 0.62; 'making': 0.62; 'minutes': 0.64; 'our': 0.64; 'hours': 0.65; 'believe': 0.66; 'jul': 0.72; 'max.': 0.84; 'nonsense.': 0.84; 'phoenix': 0.84; 'pip': 0.84; 'pythonistas,': 0.84; 'url:phoenix': 0.84; 'url:snapshot-builds': 0.84; 'url:wxpython': 0.84; 'wxpython.': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Python Questions - July 25, 2015 Date: Tue, 28 Jul 2015 13:58:02 +0100 References: <2adac4ce-976f-4a8a-849d-c76e484eba77@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-78-147-187-35.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 In-Reply-To: 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: 33 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1438088301 news.xs4all.nl 2866 [2001:888:2000:d::a6]:50890 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:94691 On 28/07/2015 09:50, Terry Reedy wrote: > On 7/27/2015 7:14 PM, Rob Gaddi wrote: >> On Sun, 26 Jul 2015 13:49:57 +0100, BartC wrote: >>> How do you actually install Numpy in Windows? > > I believe 'pip install numpy' works > >> As I recall you noodle around with it for a few hours making things that >> look like progress but turn out to be rabbit holes. > > To me, this is nonsense. If the above does not work, go to > http://www.lfd.uci.edu/~gohlke/pythonlibs/ > > One of the above worked for me a year ago. 10 minutes max. > You are able to use pip to go directly to sites to get files, which is extremely useful if you don't have Visual Studio and hence need to bypass the files directly available from pypi. I've used the following successfuly to get the Phoenix (Python 3) version of wxPython. pip install --trusted-host wxPython.org -U --pre -f http://wxPython.org/Phoenix/snapshot-builds/ wxPython_Phoenix So in theory you should be able to go straight to pythonlibs although I've not tried it myself. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence