Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.albasani.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!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.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'scipy': 0.05; 'subject:skip:s 10': 0.07; 'cc:addr:python-list': 0.11; 'python': 0.11; 'mostly': 0.14; 'windows': 0.15; 'cc:name:python list': 0.16; 'googling': 0.16; 'numpy': 0.16; 'prefer.': 0.16; 'weigh': 0.16; 'thanks,': 0.17; 'wrote:': 0.18; 'dependent': 0.19; 'cc:addr:python.org': 0.22; 'passes': 0.24; 'simpler': 0.24; 'stick': 0.24; "haven't": 0.24; 'cc:2**0': 0.24; "i've": 0.25; 'source': 0.25; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'point': 0.28; 'url:code': 0.29; "doesn't": 0.30; 'message- id:@mail.gmail.com': 0.30; 'easier': 0.31; 'page.': 0.31; 'url:wiki': 0.31; 'linux': 0.33; 'sources': 0.33; 'point.': 0.35; 'test': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'ubuntu': 0.36; "i'll": 0.36; 'project': 0.37; 'easily': 0.37; 'problems': 0.38; 'rather': 0.38; 'use.': 0.39; 'users': 0.40; "you're": 0.61; 'first': 0.61; 'url:p': 0.64; 'different': 0.65; 'to:addr:gmail.com': 0.65; 'oscar': 0.84; 'imagine': 0.93; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Jt5IvZgdLFfBWOGFgzGEctdbIgZ+RWiT6Mk3k3GP3aA=; b=doFg4083Mq4pTvPBsHm18GLi9eaD6/r3bgMzoF+s+3qPLpbkTQSZRPoP2X57GBeqR3 nM429KUxpkyG1p28alGNRG8B3FJTKzkGgCFD7P7vI5B5dUHRjms2RkEXVhCopZ7X+BEc 12mWPP7EpfdnJTQc1v/RbTMHOl+1jhRntJuMhomt0GZ0xBb5N+tu0hULN259UMgTzvVe /os97xDpg5eTHFX9qqEabkSLiTnd1rgp1ckeNCOOzqJQemo7/iWqIpCbpq+7Ba7VZGtp Vl1oPamuZrJHcBckBllrhj6f3UWEIaLKrLZoiuI3to2rj7pCSOagy1Cn5x43y+DVw9N/ 9wcw== X-Received: by 10.220.64.210 with SMTP id f18mr469708vci.40.1379427066610; Tue, 17 Sep 2013 07:11:06 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <41a1e4b3-e497-43eb-8095-c2254afa2407@googlegroups.com> References: <477a0f61-87d6-4937-8467-743fc053ecec@googlegroups.com> <41a1e4b3-e497-43eb-8095-c2254afa2407@googlegroups.com> From: Oscar Benjamin Date: Tue, 17 Sep 2013 15:10:46 +0100 Subject: Re: statsmodels.api To: Josef Pktd Content-Type: text/plain; charset=ISO-8859-1 Cc: Python List 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: 28 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1379427074 news.xs4all.nl 15890 [2001:888:2000:d::a6]:50237 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:54301 On 17 September 2013 14:35, Josef Pktd wrote: >> (As an aside, this is all much simpler if you're using Ubuntu or some >> other Linux distro rather than Windows.) > > scientific python on a stick > > https://code.google.com/p/winpython/wiki/PackageIndex_33 Thanks, I've just installed that and I'll try it out later. > I haven't seen any problems so far on python 3.3 > The statsmodels test suite passes without problems on python 3.3 also, as far as I remember. > (and no problems using Windows. just use the right binaries.) Well that's exactly my point. On a Linux distro you would have the right binaries first time. No need to search through project webpages or documentation, weigh up different installers, or download 750MB of software that you mostly won't use. Similarly on a Linux distro it's a lot easier to get all of the build tools set up to build these things from source if you'd prefer. Windows users are often dependent on inconsistent sources of binaries. In this case I imagine that the OP installed numpy from sourceforge since it has 3.3 binaries but it doesn't have the same for scipy at which point googling would easily lead to Cristoph's page. Oscar