Sometime in October, Christopher Barker proposed the following:
| the installation package for OS-X is for the python.org build -- from
| the above, I can see you are running Apple's python, which came with a
| version of numpy.
|
| I don't remember how you installed matplotlib, but in general
John Harrold wrote:
> This should answer both of your questions:
>
import numpy
print numpy.__version__
> 1.0.1
print numpy.core.ma
> '/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/numpy/core/ma.pyc'>
>
> I actually installed 1.2.0 using the installati
Sometime in October, St?fan van der Walt proposed the following:
| Could you give us the version of NumPy that you are using?
|
| >>> import numpy
| >>> print numpy.__version__
|
| As far as I recall, the masked array module was always available as
| numpy.ma, but maybe I'm wrong. Could you tr
Hi John
2008/10/7 John Harrold <[EMAIL PROTECTED]>:
> I'm trying to run some scripts associated with a paper I was reading. They use
> the matplotlib to generate figures which in turn calles numpy. I'm new to
> python, but I'm very familiar with perl. I'm getting the following error, and
> I'm not
On Tuesday 07 October 2008 15:23:58 John Harrold wrote:
> "/Library/Python/2.5/site-packages/matplotlib-0.98.3-py2.5.egg/matplotlib/c
>book.py", line 9, in import numpy.ma as ma
> ImportError: No module named ma
John,
Are you sure you have numpy installed ? What version do you have ?
__
Howdy,
I'm trying to run some scripts associated with a paper I was reading. They use
the matplotlib to generate figures which in turn calles numpy. I'm new to
python, but I'm very familiar with perl. I'm getting the following error, and
I'm not quite sure what is causing it. Can anyone here offer