Hi all, numpy.__file__ gives 1.3.0
>>> import numpy >>> print numpy.__file__ /Library/Python/2.5/site-packages/numpy-1.3.0-py2.5-macosx-10.5-i386.egg/numpy/__init__.pyc Chaitanya On Mon, Oct 12, 2009 at 7:11 PM, Robert Kern <robert.k...@gmail.com> wrote: > On 2009-10-12 11:58 AM, Chaitanya Krishna wrote: >> Hi all, >> >> I am on Mac OS 10.5 and numpy 1.3.0 and matplotlib 0.91.1. >> >> When I run a qtdemo script, it fails with >> File >> "/Library/Python/2.5/site-packages/matplotlib-0.91.1-py2.5-macosx-10.5-i386.egg/matplotlib/numerix/ma/__init__.py", >> line 16, in<module> >> from numpy.core.ma import * >> ImportError: No module named ma >> >> Any ideas? I have a mixed up system where I have installed my own >> version of Python 2.6 and Apple's version at 2.5. Presently I am using >> Apple's version of Python. > > Apple's version of Python comes with numpy 1.0.1, before numpy.core.ma was > introduced. It seems like your installation of numpy 1.3.0 did not override > Apple's version. > > To double-check: > > >>> import numpy > >>> print numpy.__file__ > > -- > 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 > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Matplotlib-users mailing list > Matplotlib-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users