Re: [Matplotlib-users] matplotlib-0.99.1-py2.5-macosx10.5.dmg

2009-09-24 Thread Teemu Rinne
Hi John, Yes, works fine now, no error messages after from pylab import * . And now my code using imshow and masked_arrays works again as expected, great! Thank you, Teemu John Hunter kirjoitti 24.9.2009 kello 5.59: > On Wed, Sep 23, 2009 at 4:39 PM, Christopher Barker > wrote: >> Teem

Re: [Matplotlib-users] matplotlib-0.99.1-py2.5-macosx10.5.dmg

2009-09-23 Thread Brian Granger
Just this afternoon I saw the same issue with the binary egg for 0.99.1 for OS X. Brian On Wed, Sep 23, 2009 at 7:59 PM, John Hunter wrote: > On Wed, Sep 23, 2009 at 4:39 PM, Christopher Barker > wrote: > > Teemu Rinne wrote: > >> from matplotlib import ft2font > >> ImportError: dlopen(/L

Re: [Matplotlib-users] matplotlib-0.99.1-py2.5-macosx10.5.dmg

2009-09-23 Thread John Hunter
On Wed, Sep 23, 2009 at 4:39 PM, Christopher Barker wrote: > Teemu Rinne wrote: >>      from matplotlib import ft2font >> ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.5/ >> lib/python >> 2.5/site-packages/matplotlib/ft2font.so, 2): Library not loaded: / >> Users/jdhunter >>

Re: [Matplotlib-users] matplotlib-0.99.1-py2.5-macosx10.5.dmg

2009-09-23 Thread Christopher Barker
Teemu Rinne wrote: > from matplotlib import ft2font > ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.5/ > lib/python > 2.5/site-packages/matplotlib/ft2font.so, 2): Library not loaded: / > Users/jdhunter > /devbuild/lib/libfreetype.6.dylib > Am I missing something or is

[Matplotlib-users] matplotlib-0.99.1-py2.5-macosx10.5.dmg

2009-09-23 Thread Teemu Rinne
Hi, I tried to install 0.99.1 [I installed 0.99 a few days ago. I hoped that with 0.99.1 I'd get rid of problems with using imshow with masked_array and set_bad(alpha=0.0)]: Python 2.5.2 (r252:60911, Feb 22 2008, 07:57:53) [GCC 4.0.1 (Apple Computer, Inc. build 5363)] on darwin Type "help", "