On May 28, 2008, at 2:27 PM, John Hunter wrote:

> On Wed, May 28, 2008 at 1:21 PM, Eric Firing <[EMAIL PROTECTED]>  
> 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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to