I was able to build matplotlib on 64-bit OSX 10.5 just using setup.py. There
were some glitches, but if I remember correctly they were due to the underlying
libraries being 32-bits rather than 64-bits. One thing to try is to run "otool
-L
/Library/Python/2.6/site-packages/matplotlib-1.0.svn_r80
On 16/12/2009, at 7:47 PM, Christopher Fonnesbeck wrote:
> I have built matplotlib from svn on OSX 10.6, using the make.osx script that
> is included with the source, except with the 32-bit build flags removed. The
> resulting module fails on import, however, with the following:
>
>
I was able