[Matplotlib-users] install problem on OSX 10.8

2012-09-21 Thread Ranjit Chacko
I'm having some trouble compiling matplotlib, and I'm not sure how to fix it. Does anyone have any advice on how to proceed given the following traceback? Thanks, -Ranjit building 'matplotlib.ft2font' extension gcc -DNDEBUG -g -fwrapv -O3 -Wall -Os -I/usr/X11/include -I/usr/X11/include/freetype2

Re: [Matplotlib-users] Matplotlib-users Digest, Vol 76, Issue 40

2012-09-21 Thread Ranjit Chacko
Gavana) >4. Re: install problem on OSX 10.8 (Damon McDougall) >5. Re: netcdf4-python build (Michael Rawlins) > > > -- > > Message: 1 > Date: Fri, 21 Sep 2012 14:53:26 -0400 > From: Benjamin Root > Subject: Re: [Matplotlib-users] install problem on OSX 1

Re: [Matplotlib-users] Matplotlib-users Digest, Vol 49, Issue 66

2010-06-25 Thread Ranjit Chacko
I tried compiling matplotlib following these directions and it failed on the build step. Any idea what's going wrong here: gcc-4.0 -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -O3 -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -I/Sy

[Matplotlib-users] Symbol not found

2010-06-25 Thread Ranjit Chacko
I finally somehow managed to get matplotlib to compile but now when I try to import matplotlib.pyplot I get the following error: Traceback (most recent call last): File "", line 1, in AttributeError: 'module' object has no attribute 'pyplot' >>> from matplotlib import pyplot as plot Traceback (

Re: [Matplotlib-users] Symbol not found

2010-06-25 Thread Ranjit Chacko
the dependencies listed on the developer wiki. If so, then check your > .matplotlib directory for any fontCache files and remove it. Lastly, do a > complete clean and rebuild of matplotlib (the cleaning part is very > important). > > I hope that helps, > Ben Root > > On Fri,

Re: [Matplotlib-users] Symbol not found

2010-06-28 Thread Ranjit Chacko
://pastebin.org/363644 On Mon, Jun 28, 2010 at 9:36 AM, Ranjit Chacko wrote: > I edited the make.osx file also which you can see here: > http://titanpad.com/94eSOCozk4 > > > > On Mon, Jun 28, 2010 at 9:19 AM, Ranjit Chacko wrote: > >> Thanks so much for your help. I really apprec

Re: [Matplotlib-users] Symbol not found

2010-06-28 Thread Ranjit Chacko
lt; friedrichromst...@gmail.com> wrote: > 2010/6/28 Ranjit Chacko : > > I just tried compiling with the following command: > > sudo make -f make.osx fetch deps mpl_build mpl_install > > I don't know, I saw now so many people running into trouble with > make.osx, would you

[Matplotlib-users] abort trap

2010-06-28 Thread Ranjit Chacko
I've been having some trouble with compiling matplotlib on Snow Leopard. I managed to get rid of all my old problems by recompiling everything with gcc-4.2. But now when I import matplotlib.pyplot I get an Abort trap message and python quits. Here is part of the error message I get: Thread 0 Cras

Re: [Matplotlib-users] abort trap

2010-06-28 Thread Ranjit Chacko
.0 or later, but libfreetype.6.dylib provides version 10.0.0 On Mon, Jun 28, 2010 at 5:43 PM, Ranjit Chacko wrote: > I've been having some trouble with compiling matplotlib on Snow Leopard. I > managed to get rid of all my old problems by recompiling everything with > gcc-4.2. &

Re: [Matplotlib-users] abort trap

2010-06-29 Thread Ranjit Chacko
I just recompiled freetype-2.4.12 and checked the version of /usr/local/lib/libfreetype.6.dylib with otool -l: Load command 3 cmd LC_ID_DYLIB cmdsize 64 name /usr/local/lib/libfreetype.6.dylib (offset 24) time stamp 1 Wed Dec 31 16:00:01 1969 current version 11.0.0

Re: [Matplotlib-users] abort trap

2010-06-29 Thread Ranjit Chacko
command incorrectly compiled matplotlib and installed it in the Framework. Copying ft2font.so over from the /usr/local installation fixed the problem "Abort trap" problem. On Tue, Jun 29, 2010 at 9:56 AM, Ranjit Chacko wrote: > I just recompiled freetype-2.4.12 and checked the vers