Path: csiph.com!usenet.pasdenom.info!news.franciliens.net!news.muarf.org!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!cs.uu.nl!news0.firedrake.org!news.xcski.com!ncf.ca!not-for-mail From: "Colin J. Williams" Newsgroups: comp.lang.python Subject: Re: Binary for numpy 1.7.0 with Python 2.7.3 Date: Thu, 21 Mar 2013 18:16:55 -0400 Organization: National Capital Freenet, Ottawa, Ontario, Canada Lines: 36 Sender: fn681@206-47-100-145.dsl.ncf.ca Message-ID: <514B86D7.1000505@ncf.ca> References: NNTP-Posting-Host: 206-47-100-145.dsl.ncf.ca Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: theodyn.ncf.ca 1363904216 7292 206.47.100.145 (21 Mar 2013 22:16:56 GMT) X-Complaints-To: complaints@ncf.ca NNTP-Posting-Date: 21 Mar 2013 22:16:56 GMT Cc: python-list@python.org To: Dave Angel User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 In-Reply-To: Xref: csiph.com comp.lang.python:41672 On 21/03/2013 4:00 PM, Dave Angel wrote: > On 03/21/2013 03:40 PM, Colin J. Williams wrote: >> How do I find the binaries on Source Forge? >> >> I'm trying to update to both 2.7.3 and Numpy 1.7.0. >> >> Colin W > > Best answer might depend on what OS you're running, and what > implementation of Python you're after. > > Why would you look on SourceForge for Python; get it from Python.org > > http://www.python.org/getit/ > > or you may want the one from ActiveState, also linked from that page. > > or you may just want to get it from your Linux distro, perhaps from the > Synaptic Package Manager. > > For numpy, try: > > http://www.scipy.org/Download > > > I'm not trying to get the Python, that's clearly available from python.org. The SciPy/Numpy page refers to sourceforge. KWPolska referred me to PyPi., using that is a smooth job to retrieve Numpy.. Thanks to both. Colin W.