Hi Michael,
Hi Ranjit,
2010/6/29 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 q
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 co
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
2010/6/29 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:
> Reason: Incompatible library version: ft2font.so requires version 11.0.0
> or later, but libfreetype.6.
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 "", line 1, in
File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-pack
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