Re: [Numpy-discussion] snow leopard issues with numpy

2009-09-04 Thread Wolfgang Kerzendorf
Dear all, A recompile of matplotlib (Svn) did the trick. Thanks for the help. I had issues with building scipy and numpy and Robert Kern helped me a lot there. I think it would be useful in general if numpy and scipy recommend compilers for OS X (perhaps on the download page for numpy and sc

Re: [Numpy-discussion] snow leopard issues with numpy

2009-09-03 Thread David Cournapeau
Chad Netzer wrote: > On Thu, Sep 3, 2009 at 4:02 PM, Wolfgang > Kerzendorf wrote: > >> my version of python is the one that comes with snow leopard: 2.6.1 >> hope that helps >> > > Huh? I upgraded to Snow Leopard over my Leopard system (i.e not a > fresh install), and my default is python2

Re: [Numpy-discussion] snow leopard issues with numpy

2009-09-03 Thread Chad Netzer
On Thu, Sep 3, 2009 at 4:02 PM, Wolfgang Kerzendorf wrote: > my version of python is the one that comes with snow leopard: 2.6.1 > hope that helps Huh? I upgraded to Snow Leopard over my Leopard system (i.e not a fresh install), and my default is python2.5: $ python Python 2.5 (r25:51918, Sep 1

Re: [Numpy-discussion] snow leopard issues with numpy

2009-09-03 Thread David Cournapeau
On Fri, Sep 4, 2009 at 1:49 AM, Charles R Harris wrote: > > > On Thu, Sep 3, 2009 at 10:39 AM, Robert Kern wrote: >> >> On Thu, Sep 3, 2009 at 11:13, Charles R Harris >> wrote: >> > >> > >> > On Thu, Sep 3, 2009 at 10:02 AM, Wolfgang Kerzendorf >> > wrote: >> >> >> >> I just installed numpy and s

Re: [Numpy-discussion] snow leopard issues with numpy

2009-09-03 Thread Wolfgang Kerzendorf
my version of python is the one that comes with snow leopard: 2.6.1 hope that helps On 03/09/2009, at 18:13 , Charles R Harris wrote: On Thu, Sep 3, 2009 at 10:02 AM, Wolfgang Kerzendorf > wrote: I just installed numpy and scipy (both svn) on OS X 10.6 and just got scipy to work with Robert

Re: [Numpy-discussion] snow leopard issues with numpy

2009-09-03 Thread Charles R Harris
On Thu, Sep 3, 2009 at 10:39 AM, Robert Kern wrote: > On Thu, Sep 3, 2009 at 11:13, Charles R Harris > wrote: > > > > > > On Thu, Sep 3, 2009 at 10:02 AM, Wolfgang Kerzendorf > > wrote: > >> > >> I just installed numpy and scipy (both svn) on OS X 10.6 and just got > >> scipy to work with Robert

Re: [Numpy-discussion] snow leopard issues with numpy

2009-09-03 Thread Robert Kern
On Thu, Sep 3, 2009 at 11:13, Charles R Harris wrote: > > > On Thu, Sep 3, 2009 at 10:02 AM, Wolfgang Kerzendorf > wrote: >> >> I just installed numpy and scipy (both svn) on OS X 10.6 and just got >> scipy to work with Robert Kern's help. Playing around with numpy I got >> the following segfault:

Re: [Numpy-discussion] snow leopard issues with numpy

2009-09-03 Thread Charles R Harris
On Thu, Sep 3, 2009 at 10:02 AM, Wolfgang Kerzendorf < wkerzend...@googlemail.com> wrote: > I just installed numpy and scipy (both svn) on OS X 10.6 and just got > scipy to work with Robert Kern's help. Playing around with numpy I got > the following segfault: > http://pastebin.com/m35220dbf > I h

[Numpy-discussion] snow leopard issues with numpy

2009-09-03 Thread Wolfgang Kerzendorf
I just installed numpy and scipy (both svn) on OS X 10.6 and just got scipy to work with Robert Kern's help. Playing around with numpy I got the following segfault: http://pastebin.com/m35220dbf I hope someone can make sense of it. Thanks in advance Wolfgang __