Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.albasani.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4.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.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'yet.': 0.04; 'distutils': 0.07; 'incompatible': 0.07; 'subject:skip:s 10': 0.07; 'core,': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'benjamin': 0.16; 'message-id:@post.gmane.org': 0.16; 'numpy': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'install': 0.23; 'creating': 0.23; 'installation': 0.23; 'header:User-Agent:1': 0.23; 'versions': 0.24; 'header:X-Complaints-To:1': 0.27; 'url:code': 0.29; 'url:wiki': 0.31; 'you?': 0.31; '(although': 0.31; 'gcc': 0.31; 'staying': 0.31; 'writes:': 0.31; 'python.org': 0.32; 'open': 0.33; 'could': 0.34; 'but': 0.35; 'version': 0.36; 'combination': 0.36; "didn't": 0.36; 'charset:us-ascii': 0.36; 'problems': 0.38; 'to:addr:python-list': 0.38; 'issue': 0.38; 'skip:- 10': 0.38; 'recent': 0.39; 'reported': 0.39; 'to:addr:python.org': 0.39; 'either': 0.39; 'received:org': 0.40; 'affect': 0.61; 'myself': 0.63; 'url:p': 0.64; 'special': 0.74; 'compiling': 0.84; 'mingw': 0.84; 'oscar': 0.84; 'works)': 0.84; 'hand,': 0.93; '2013': 0.98 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Josef Perktold Subject: Re: statsmodels.api Date: Wed, 18 Sep 2013 00:03:21 +0000 (UTC) References: <477a0f61-87d6-4937-8467-743fc053ecec@googlegroups.com> <41a1e4b3-e497-43eb-8095-c2254afa2407@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 96.127.225.218 (Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0) 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: 48 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1379462627 news.xs4all.nl 15927 [2001:888:2000:d::a6]:44381 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:54341 Josef Perktold gmail.com> writes: > > Oscar Benjamin gmail.com> writes: > > > > > On 17 September 2013 15:52, Josef Perktold gmail.com> wrote: > > > > > > On the other hand, python-xy comes with MingW, and I never had any problems > > > compiling pandas and statsmodels for any version combination of python and > > > numpy that I tested (although 32 bit only so far, I never set up the > > > Microsoft sdk). > > > > Just out of interest: out of the box Python.org distutils is > > incompatible with recent versions of MinGW. If Python-xy distributes > > MinGW (and it works) then they're either creating a special patched > > MinGW set up or patching distutils. I don't want to install Python-xy > > myself since it'll clobber my existing Python installation but could > > you answer the following for me: > > > > 1) What gcc version did Python-xy install for you? I did a bit of homework. I didn't know about the -mno-cygwin issue since it didn't affect me yet. python-xy is staying below 4.6: GCC Core, G77, G++ 4.5.2 ; MingW 4.5.2.3 https://code.google.com/p/pythonxy/wiki/StandardPlugins and has open issue on it pandas has an open issue where a user reported problems with --mno-cygwin. Josef > > Josef > > > > > Oscar > > > >