From: Tommy G. <gr...@if...> - 2008-05-28 18:39:54
|
On May 28, 2008, at 2:27 PM, John Hunter wrote: > On Wed, May 28, 2008 at 1:21 PM, Eric Firing <ef...@ha...> > wrote: > >> Maybe someone can provide, or has provided, a universal binary of >> 0.91.2 >> built against numpy 1.1? > > Does it need to be built against numpy 1.1? I thought the 1.1 release > was binary compatible. > If it is, this egg should work: > > http://downloads.sourceforge.net/matplotlib/matplotlib-0.91.2-py2.5-macosx-10.3-fat.egg?use_mirror=internap > > JDH The problem with the egg is that it installs it in /Library/Python/2.5/ site-packages. This is only valid for the standard apple python version. But with easy_install -d /Library/Frameworks/Python.framework/Versions/Current/ lib/python2.5/site-packages matplotlib-0.91.2-py2.5-macosx-10.3-fat.egg I was able to get 0.91.2 on my system :) Thanks Tommy |