| 
     
      
      
      From: Christopher B. <Chr...@no...> - 2009-05-06 22:09:43
      
     
   | 
John Seales wrote: > Hi- I'm writing again. > > I managed to switch my python version to 2.5, and reloaded numpy and matplotlib. how did you install matplotlib? Unfortunately, pylab still will not load: > ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/matplotlib/ft2font.so, 2): Library not loaded: /usr/X11R6/lib/libfreetype.6.dylib > Referenced from: /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/matplotlib/ft2font.so > Reason: image not found > > What is going on? Is ft2font.so broken? does that file exist? If so, try running: $ file ft2font.so and see what it says -- it may be a PPC- only binary. > I'm using python 2.5.2 on a macbook, intel microprocessor, mac os 10.4.11 -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception Chr...@no...  |