Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed3.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.017 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.05; 'try:': 0.07; 'python': 0.09; '2.7.3': 0.16; 'binaries': 0.16; 'numpy': 0.16; 'python;': 0.16; 'subject:2.7.3': 0.16; 'wrote:': 0.17; 'trying': 0.21; 'linux': 0.24; '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; 'to:addr:python- list': 0.33; 'pm,': 0.35; 'url:org': 0.36; 'subject:with': 0.36; 'why': 0.37; 'python.org': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'your': 0.60; 'received:74.208': 0.71; 'running,': 0.84 Date: Thu, 21 Mar 2013 16:00:56 -0400 From: Dave Angel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Binary for numpy 1.7.0 with Python 2.7.3 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:ubCJdLElzxtN5hYgHbS2C35eKifWssn/oQQEj8EZdw/ c5c5VtACmjRI5aw2m1uIf1Eu5C7YY4BnAeQncr6ylWKGtfshAn do/Guux/57+hSHGqMbsAKPuDbGgBVpBndEP1SG4qp0eYvWwaBl 22FEmRYS/clb6SxWR7JkJXHquVoh91JEQZNUYz7fo0FCL0Ho5B LpT9W+3W4L0M917Ht8Eww3c+SE3VRNJqQHQbGmCp/dRhdRdX6p qakBogY2PSo5f8WA9YIUgg3RLEX51NJQ0NO8wjbjwz3ZcMss/2 zxHWMDBujNdbGUwNX/CubKltH5BCIeeZeTr9iX98BMrfl3uCA= = 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: , Newsgroups: comp.lang.python Message-ID: Lines: 27 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1363896068 news.xs4all.nl 6980 [2001:888:2000:d::a6]:42278 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:41663 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 -- DaveA