Re: [Matplotlib-users] abort trap

2011-11-12 Thread Friedrich Romstedt
Hi Michael, Hi Ranjit, 2010/6/29 Ranjit Chacko rjcha...@gmail.com: 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

Re: [Matplotlib-users] abort trap

2010-06-29 Thread Friedrich Romstedt
2010/6/29 Ranjit Chacko rjcha...@gmail.com: I tried again by compiling version 2.4.11 of freetype instead of the latest and recompiling matplotlib with that and now I get the following less severe error:   Reason: Incompatible library version: ft2font.so requires version 11.0.0 or later, but

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
I finally got it to work. I did the compilation of matplotlib with: sudo make -f make.osx fetch deps mpl_build mpl_install sudo python setup.py install as described here: http://blog.hyperjeff.net/?p=160 The first command correctly compiled matplotlib but installed it to /usr/local. The second

[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
I tried again by compiling version 2.4.11 of freetype instead of the latest and recompiling matplotlib with that and now I get the following less severe error: Traceback (most recent call last): File stdin, line 1, in module File