Re: [Matplotlib-users] ImportError: No module named ma

2009-10-12 Thread Robert Kern
BTW, please do not Cc: me. I am subscribed to the list and read through GMane. It's annoying to get list replies to my email where I don't want them. On 2009-10-12 15:38 PM, John Hunter wrote: > On Mon, Oct 12, 2009 at 3:21 PM, Robert Kern wrote: >> On 2009-10-12 15:16 PM, Chaitanya Krishna wrot

Re: [Matplotlib-users] ImportError: No module named ma

2009-10-12 Thread John Hunter
On Mon, Oct 12, 2009 at 3:21 PM, Robert Kern wrote: > On 2009-10-12 15:16 PM, Chaitanya Krishna wrote: >> Hi, >> >> I solved it by installing matplotlib 0.99. But, on Mac 10.5 when I >> used easy_install matplotlib, it was still saying that 0.91 was the >> latest and I couldn't install it. Finally

Re: [Matplotlib-users] ImportError: No module named ma

2009-10-12 Thread Robert Kern
On 2009-10-12 15:16 PM, Chaitanya Krishna wrote: > Hi, > > I solved it by installing matplotlib 0.99. But, on Mac 10.5 when I > used easy_install matplotlib, it was still saying that 0.91 was the > latest and I couldn't install it. Finally I had to download the egg > and manually install it (easy_i

Re: [Matplotlib-users] ImportError: No module named ma

2009-10-12 Thread Chaitanya Krishna
Hi, I solved it by installing matplotlib 0.99. But, on Mac 10.5 when I used easy_install matplotlib, it was still saying that 0.91 was the latest and I couldn't install it. Finally I had to download the egg and manually install it (easy_install --install-dir) Cheers, Chaitanya On Mon, Oct 12, 20

Re: [Matplotlib-users] ImportError: No module named ma

2009-10-12 Thread Robert Kern
On 2009-10-12 12:19 PM, Chaitanya Krishna wrote: > 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 Ah, right. I'm sorry. numpy.core.ma is not the location of that subp

Re: [Matplotlib-users] ImportError: No module named ma

2009-10-12 Thread Chaitanya Krishna
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 wrote: > On 2009-10-12 11:58 AM, Chaitanya Krishna wrote: >> Hi all, >

Re: [Matplotlib-users] ImportError: No module named ma

2009-10-12 Thread Robert Kern
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", > lin

[Matplotlib-users] ImportError: No module named ma

2009-10-12 Thread Chaitanya Krishna
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 from numpy.core.ma import * ImportError: No modul