Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!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; 'scipy': 0.05; 'python': 0.09; 'cc:addr:python-list': 0.10; 'bundles': 0.16; 'entry.': 0.16; 'numpy': 0.16; 'stuff,': 0.16; 'subject:install': 0.16; 'wrote:': 0.17; 'package.': 0.17; 'feb': 0.19; 'math': 0.20; '2.x': 0.22; '3.2': 0.22; 'cc:2**0': 0.23; 'seems': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In- Reply-To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; "doesn't": 0.28; 'subject:/': 0.28; 'run': 0.28; 'casual': 0.29; 'finds': 0.29; 'link,': 0.29; 'could': 0.32; 'problem': 0.33; 'version': 0.34; 'received:google.com': 0.34; 'wrong': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'michael': 0.36; 'but': 0.36; 'url:org': 0.36; 'useful': 0.36; 'subject:with': 0.36; 'should': 0.36; 'supporting': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'received:209.85.214': 0.39; 'release': 0.39; 'called': 0.39; 'google': 0.39; 'first': 0.61; 'necessarily': 0.63; 'subject:...': 0.63; 'hours': 0.66; 'wish': 0.70; 'clicking': 0.75; '2013': 0.84; 'rex': 0.84; 'subject:skip:S 10': 0.84; 'am.': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=NlzpRgcFuAuC6fOvCWvFT7RLxw8Nx6K84NV1oxfFdVs=; b=r0yMunyY8X09OklPszubMpSsTostmacFIivk+kp6Mx8bjt47a+cIRP6x39DbwU3ROs 8NeGclIQfqTd2wV5zV1L5nzkp+i1gLJ4LcROQGxQpKAW4hktHUNqH78tsIT9gjJiZLq/ 0hseYXsdBRLHEburSP0KJ+NlZLfsHvTZWRYZEhxsfYLzo/pD382tM9munFKSxnJo7zPq XxUKcPbe2pYuZ5IpnF5hBNbMVir5xjBtIHB2v54V7cGzQQ1ncQixD68d4DQrJK2iXrHd lzLnUVdNe5tHBoMqJ7jwqHShm1hC5+bvYI7TkMN5jffDpXMu0hOsCsnh+ZM7ZlIsJepZ 2ltQ== MIME-Version: 1.0 X-Received: by 10.60.31.130 with SMTP id a2mr9219137oei.95.1360524543834; Sun, 10 Feb 2013 11:29:03 -0800 (PST) In-Reply-To: <5117E39B.9000305@gmail.com> References: <3a451dc0-7f20-4116-92a6-fdaadc4d49fa@googlegroups.com> <5117E39B.9000305@gmail.com> Date: Sun, 10 Feb 2013 14:29:03 -0500 Subject: Re: Statistics...help with numpy/scipy install From: David Robinow To: Michael Torrie Content-Type: text/plain; charset=ISO-8859-1 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: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1360524546 news.xs4all.nl 6849 [2001:888:2000:d::a6]:54104 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:38599 On Sun, Feb 10, 2013 at 1:14 PM, Michael Torrie wrote: > On 02/10/2013 10:35 AM, Rex Macey wrote: > A casual google search seems to indicate that for now, SciPy and NumPy > are for Python 2.x (2.7 is the latest). I could be wrong though and > often am. I know a number of popular and useful packages are not yet > available on Python 3. My casual google search finds www.numpy.org as the first entry. Clicking on the download link, one can find numpy 1.7.0 for Python 3.3 In all fairness, this was just released a few hours and is the first official version supporting 3.3 However, numpy 1.6.2 did support 3.2 There's not yet a Scipy release supporting 3.3 so the OP may wish to downgrade to Python3.2 > > If you need to do a lot math stuff, there's a complete python system > that bundles a lot of these tools together into a nice package. It's > called Sage. http://www.sagemath.org/ Sage doesn't run natively on Windows. Not necessarily a problem but should be mentioned.