Robert Kern-2 wrote:
> 
> Jeff Mangum wrote:
> 
>> How can I instruct the matplotlib install to find the appropriate python
>> install?  Thanks!
> 
> Your easy_install script is the one that comes from OS X's Python. Install 
> setuptools for your www.python.org Python and use the easy_install script
> that 
> it installs, instead. The Python executable that gets run by the
> easy_install 
> script is the one which the eggs get installed for.
> 
>    http://pypi.python.org/pypi/setuptools
> 
> -- 
> Robert Kern
> 
> 

Thanks Robert.  I grabbed setuptools and reinstalled.  Unfortunately, even
though I am using the right version of easy_install...

torgo:Desktop jmangum$ which easy_install
/Library/Frameworks/Python.framework/Versions/Current/bin/easy_install

...I still get the same error when installing matplotlib...

============================================================================
BUILDING MATPLOTLIB
            matplotlib: 0.98.3
                python: 2.5.1 (r251:54863, Apr 15 2008, 22:57:26)  [GCC
                        4.0.1 (Apple Inc. build 5465)]
              platform: darwin

REQUIRED DEPENDENCIES
                        * numpy 1.1 or later is required; you have 1.0.1
error: Setup script exited with 1

-- Jeff

-- 
View this message in context: 
http://www.nabble.com/matplotlib-egg-finds-wrong-version-of-numpy-tp20544369p20571600.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to