Re: [Matplotlib-users] Install problem on Leopard

2008-03-25 Thread Steve Lianoglou
Hi, On Mar 25, 2008, at 12:23 PM, Christopher Barker wrote: > > To summarize where we are at with OS-X installer: > > The binary egg that Charlie built is supposed to work with Python 2.5, > either Apple or python.org version on OS-X 10.5, and pythonorg version > on OS-X 10.3.9 and 10.4.* > > Howe

Re: [Matplotlib-users] Install problem on Leopard

2008-03-25 Thread Christopher Barker
To summarize where we are at with OS-X installer: The binary egg that Charlie built is supposed to work with Python 2.5, either Apple or python.org version on OS-X 10.5, and pythonorg version on OS-X 10.3.9 and 10.4.* However, for some odd reason none of us understand, under some circumstance

Re: [Matplotlib-users] Install problem on Leopard

2008-03-24 Thread Andrew Charles
On Tue, Mar 25, 2008 at 4:45 AM, Christopher Barker <[EMAIL PROTECTED]> wrote: > > Processing dependencies for matplotlib==0.91.2 > > Searching for matplotlib==0.91.2 > > But now it has determined that it has mpl 0.91.2 as a dependency, which > is just plain odd -- I really don't get setuptools

Re: [Matplotlib-users] Install problem on Leopard

2008-03-24 Thread Charlie Moad
> > 3) Maybe we should just distribute a binary *.mpkg instead. I've seen > talk of a way to install a single binary that could work with either > Apple's or MacPython's 2.5 -- I think it involved a symlink to a shared > place to put packages -- anyone know if that actually works? > I agree on the

Re: [Matplotlib-users] Install problem on Leopard

2008-03-24 Thread Christopher Barker
Andrew Charles wrote: > Yes it was the matplotlib-0.91.2-py2.5-macosx-10.3-fat.egg I tried to > install. I've posted the entire easy_install output below. Thanks. First, a note: There is confusion here. If I have it right, the OP is trying to install the BINARY egg that is up on sourceforge into

Re: [Matplotlib-users] Install problem on Leopard

2008-03-22 Thread Simson Garfinkel
Hi. I've seen this problem before. I think that you need to install freetype developer. The easiest way to install this is with macports and then type "port install freetype" On Mar 21, 2008, at 9:50 PM, Andrew Charles wrote: > Yes it was the matplotlib-0.91.2-py2.5-macosx-10.3-fat.egg I tr

Re: [Matplotlib-users] Install problem on Leopard

2008-03-21 Thread Andrew Charles
Yes it was the matplotlib-0.91.2-py2.5-macosx-10.3-fat.egg I tried to install. I've posted the entire easy_install output below. I'll let the list know if i resolve the problem. Andrew --- Processing matplotlib-0.91.2-py2.5-macosx-10.3-fat.egg crea

Re: [Matplotlib-users] Install problem on Leopard

2008-03-21 Thread Christopher Barker
Andrew Charles wrote: > Looking back over the easy_install output it looks as if it does > download another tarball and try to build it. I read another thread > where this was happening to someone else. What did you try to install? was it this: matplotlib-0.91.2-py2.5-macosx-10.3-fat.egg which I

Re: [Matplotlib-users] Install problem on Leopard

2008-03-21 Thread Andrew Charles
On Fri, Mar 21, 2008 at 10:13 AM, Christopher Barker <[EMAIL PROTECTED]> wrote: > > Compiling Matplotlib from source, or easy_installing the egg > > > >>From the egg: > > ld: in /sw/lib/libJPEG.dylib, file is not of required architecture for > > hmm -- odd, I wouldn't think the egg should be lin

Re: [Matplotlib-users] Install problem on Leopard

2008-03-20 Thread Chris.Barker
Charlie Moad wrote: > I agree you are not using a universal build of python to compile > matplotlib. You cannot pass in the "-arch i386 -arch ppc" flags. > Only pass the architecture of your computer. Actually, I think the OP IS using a universal python, thus both flags -- he isn't manually pa

Re: [Matplotlib-users] Install problem on Leopard

2008-03-20 Thread Charlie Moad
I agree you are not using a universal build of python to compile matplotlib. You cannot pass in the "-arch i386 -arch ppc" flags. Only pass the architecture of your computer. - Charlie On Thu, Mar 20, 2008 at 7:13 PM, Christopher Barker <[EMAIL PROTECTED]> wrote: > Andrew Charles wrote: > > Com

Re: [Matplotlib-users] Install problem on Leopard

2008-03-20 Thread Christopher Barker
Andrew Charles wrote: > Compiling Matplotlib from source, or easy_installing the egg >>From the egg: > ld: in /sw/lib/libJPEG.dylib, file is not of required architecture for hmm -- odd, I wouldn't think the egg should be linked against what looks like a macports libJPEG -- are you sure it isn't

[Matplotlib-users] Install problem on Leopard

2008-03-20 Thread Andrew Charles
Hi Folks, I'm having some trouble installing Matplotlib on a Macbook pro running Leopard. I installed macpython 2.5.2, and I have numpy and scipy installed from source for the 2.5.2 installation. Compiling Matplotlib from source, or easy_installing the egg (matplotlib-0.91.2-py2.5-macosx-10.3-fa