Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'subject:Python': 0.05; 'received:134': 0.05; 'try:': 0.07; 'python': 0.09; 'cc:addr:python-list': 0.10; '2.7.3': 0.16; 'binaries': 0.16; 'both.': 0.16; 'numpy': 0.16; 'python;': 0.16; 'subject:2.7.3': 0.16; 'wrote:': 0.17; 'refers': 0.17; 'trying': 0.21; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'linux': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'url:download': 0.29; 'source': 0.29; "i'm": 0.29; 'url:python': 0.32; 'page.': 0.33; 'thanks': 0.34; 'pm,': 0.35; 'url:org': 0.36; 'subject:with': 0.36; 'why': 0.37; 'python.org': 0.37; 'subject:: ': 0.38; 'page': 0.38; 'received:192': 0.39; 'received:192.168': 0.40; 'your': 0.60; 'referred': 0.62; '4:00': 0.84; 'running,': 0.84; 'angel': 0.93 Date: Thu, 21 Mar 2013 18:16:55 -0400 From: "Colin J. Williams" User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 Newsgroups: comp.lang.python To: Dave Angel Subject: Re: Binary for numpy 1.7.0 with Python 2.7.3 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-NCF-Filtered: By ProxSMTP on pallando Thu Mar 21 18:25:39 2013 -0400 (EDT) Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 36 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1363905307 news.xs4all.nl 6985 [2001:888:2000:d::a6]:41960 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:41674 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.