From: Jeff M. <jm...@nr...> - 2008-11-19 01:40:35
|
Robert Kern-2 wrote: > > Jeff Mangum wrote: > >> 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)] > > This is Apple's Python, not python.org Python. > > $ /usr/bin/python > Python 2.5.1 (r251:54863, Apr 15 2008, 22:57:26) > [GCC 4.0.1 (Apple Inc. build 5465)] on darwin > Type "help", "copyright", "credits" or "license" for more information. > > $ /Library/Frameworks/Python.framework/Versions/Current/bin/python > Python 2.5.1 (r251:54869, Apr 18 2007, 22:08:04) > [GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin > Type "help", "copyright", "credits" or "license" for more information. > > -- > Robert Kern > > "I have come to believe that the whole world is an enigma, a harmless > enigma > that is made terrible by our own mad attempt to interpret it as though > it had > an underlying truth." > -- Umberto Eco > > > ------------------------------------------------------------------------- > 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 > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > > Hmmm. Got it from python.org (http://python.org/download/releases/2.5.2/) and just reinstalled to make sure. Indeed the binary is in /Library/Frameworks/Python.framework/Versions/Current/bin/python. I am seeing some other problems (like PPC binaries in /opt/local/bin). I have recently migrated from PPC to Intel Mac, and I suspect that the migration assistant may have been too thorough... -- Jeff -- View this message in context: http://www.nabble.com/matplotlib-egg-finds-wrong-version-of-numpy-tp20544369p20572269.html Sent from the matplotlib - users mailing list archive at Nabble.com. |