[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

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

2012-09-21 Thread Ranjit Chacko
: Fri, 21 Sep 2012 14:53:26 -0400 From: Benjamin Root ben.r...@ou.edu Subject: Re: [Matplotlib-users] install problem on OSX 10.8 To: Ranjit Chacko ran...@getaround.com Cc: matplotlib-users@lists.sourceforge.net Message-ID: cannq6fk5kj78cpcctd+494giajgwer_n94a29nmymkjnw8b

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

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 rjcha...@gmail.com wrote: I just recompiled freetype-2.4.12 and checked

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 rjcha...@gmail.com 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 rjcha...@gmail.com wrote: Thanks so much for your help. I really

Re: [Matplotlib-users] Symbol not found

2010-06-28 Thread Ranjit Chacko
...@gmail.com wrote: 2010/6/28 Ranjit Chacko rjcha...@gmail.com: 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, as a test case, please apply the following

[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

Re: [Matplotlib-users] abort trap

2010-06-28 Thread Ranjit Chacko
.dylib provides version 10.0.0 On Mon, Jun 28, 2010 at 5:43 PM, Ranjit Chacko rjcha...@gmail.com 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. But now when I import

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

[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 stdin, line 1, in module AttributeError: 'module' object has no attribute 'pyplot' from matplotlib import pyplot as plot

Re: [Matplotlib-users] Symbol not found

2010-06-25 Thread Ranjit Chacko
, 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, Jun 25, 2010 at 11:56 AM, Ranjit Chacko rjcha...@gmail.comwrote: I finally somehow managed