Re: [Matplotlib-users] matplotlib._png failure on 64-bit OSX

2009-12-18 Thread Michiel de Hoon
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

Re: [Matplotlib-users] matplotlib._png failure on 64-bit OSX

2009-12-16 Thread listservs
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