Re: [Matplotlib-users] Numpy v1.1.0 not compatible with pylab in matplotlib 0.9.1

2008-05-29 Thread Andrew Straw
Eric Firing wrote: > _backend_gdk.c and nxutils.c both call into the numpy C API; maybe some > c++ code does also. It is not entirely clear to me whether 1.1 is > sufficiently binary-compatible that this is safe. > The C API did not change (with the possible exception of additions). I'd be r

Re: [Matplotlib-users] Numpy v1.1.0 not compatible with pylab in matplotlib 0.9.1

2008-05-29 Thread Joshua Lippai
I've consistently been able to build matplotlib on OS X. Just make sure you have all the dependencies installed. Personally, I have lbpng and whatnot installed in /usr/local instead of /usr/X11. I don't know if that'll help. Also, I use the GCC 4.2 that Apple has available for download on developer

Re: [Matplotlib-users] Numpy v1.1.0 not compatible with pylab in matplotlib 0.9.1

2008-05-28 Thread Eric Firing
Christopher Barker wrote: > Tommy Grav wrote: >>> I >>> don't know that it has ever all been consolidated into one easy-to- >>> find, easy-to-use set of instructions that will work for just about anyone. > > no, it hasn't. And one of the reasons may be that it is very complicated in practice, wi

Re: [Matplotlib-users] Numpy v1.1.0 not compatible with pylab in matplotlib 0.9.1

2008-05-28 Thread Christopher Barker
Tommy Grav wrote: >> I >> don't know that it has ever all been consolidated into one easy-to- >> find, easy-to-use set of instructions that will work for just about anyone. no, it hasn't. However, I think: $ easy-install matplotlib should work, at least with the python.org python2.5 >> Maybe

Re: [Matplotlib-users] Numpy v1.1.0 not compatible with pylab in matplotlib 0.9.1

2008-05-28 Thread Tommy Grav
On May 28, 2008, at 2:27 PM, John Hunter wrote: > On Wed, May 28, 2008 at 1:21 PM, Eric Firing <[EMAIL PROTECTED]> > wrote: > >> Maybe someone can provide, or has provided, a universal binary of >> 0.91.2 >> built against numpy 1.1? > > Does it need to be built against numpy 1.1? I thought t

Re: [Matplotlib-users] Numpy v1.1.0 not compatible with pylab in matplotlib 0.9.1

2008-05-28 Thread Tommy Grav
On May 28, 2008, at 2:21 PM, Eric Firing wrote: > Building on the Mac seems to be a nightmare. There are various emails > and howto writeups (including one of John's) floating around, but I > don't know that it has ever all been consolidated into one easy-to- > find, > easy-to-use set of instru

Re: [Matplotlib-users] Numpy v1.1.0 not compatible with pylab in matplotlib 0.9.1

2008-05-28 Thread John Hunter
On Wed, May 28, 2008 at 1:21 PM, Eric Firing <[EMAIL PROTECTED]> wrote: > Maybe someone can provide, or has provided, a universal binary of 0.91.2 > built against numpy 1.1? Does it need to be built against numpy 1.1? I thought the 1.1 release was binary compatible. If it is, this egg should wo

Re: [Matplotlib-users] Numpy v1.1.0 not compatible with pylab in matplotlib 0.9.1

2008-05-28 Thread Eric Firing
Tommy Grav wrote: > On May 28, 2008, at 1:54 PM, Eric Firing wrote: > >> Tommy, >> >> That's right. If you upgrade numpy you need to upgrade mpl to >> 0.91.2 or later. >> >> Eric > > I am trying to build matplotlib from svn, but run into this error: > ld: in /Developer/SDKs/MacOSX10.4u.sdk/us

Re: [Matplotlib-users] Numpy v1.1.0 not compatible with pylab in matplotlib 0.9.1

2008-05-28 Thread Tommy Grav
On May 28, 2008, at 1:54 PM, Eric Firing wrote: > Tommy, > > That's right. If you upgrade numpy you need to upgrade mpl to > 0.91.2 or later. > > Eric I am trying to build matplotlib from svn, but run into this error: running build running build_py copying lib/matplotlib/mpl-data/matplotlibr

Re: [Matplotlib-users] Numpy v1.1.0 not compatible with pylab in matplotlib 0.9.1

2008-05-28 Thread Eric Firing
Tommy, That's right. If you upgrade numpy you need to upgrade mpl to 0.91.2 or later. Eric Tommy Grav wrote: > [skathi:~/Work/myCode/pyS3M] tgrav% python > ActivePython 2.5.1.1 (ActiveState Software Inc.) based on > Python 2.5.1 (r251:54863, May 1 2007, 17:40:00) > [GCC 4.0.1 (Apple Computer,

Re: [Matplotlib-users] Numpy v1.1.0 not compatible with pylab in matplotlib 0.9.1

2008-05-28 Thread John Hunter
On Wed, May 28, 2008 at 12:37 PM, Tommy Grav <[EMAIL PROTECTED]> wrote: > [skathi:~/Work/myCode/pyS3M] tgrav% python > ActivePython 2.5.1.1 (ActiveState Software Inc.) based on > Python 2.5.1 (r251:54863, May 1 2007, 17:40:00) > [GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin > Type "help"

[Matplotlib-users] Numpy v1.1.0 not compatible with pylab in matplotlib 0.9.1

2008-05-28 Thread Tommy Grav
[skathi:~/Work/myCode/pyS3M] tgrav% python ActivePython 2.5.1.1 (ActiveState Software Inc.) based on Python 2.5.1 (r251:54863, May 1 2007, 17:40:00) [GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import numpy >>>