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

2009-12-18 Thread Michiel de Hoon
b-1.0.svn_r8034-py2.6-macosx-10.6-universal.egg/matplotlib/_png.so" to find out which libraries _png.so uses, and to make sure they are 64-bits versions. --Michiel. --- On Wed, 12/16/09, Christopher Fonnesbeck wrote: > From: Christopher Fonnesbeck > Subject: [Matplotlib-users] matplotlib

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

2009-12-17 Thread Christopher Fonnesbeck
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: In [1]: from pylab import * ---

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

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

2009-12-15 Thread Christopher Fonnesbeck
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: In [1]: from pylab import * ---