I just installed the windows prebuilt packages for Python 2.5 for:
numpy, scipy and finally matplotlib. I get the following import problem:
>>> import pylab
Traceback (most recent call last):
File "<interactive input>", line 1, in <module>
File "C:\Python25\Lib\site-packages\pylab.py", line 1, in <module>
from matplotlib.pylab import *
File "C:\Python25\Lib\site-packages\matplotlib\__init__.py", line 129,
in <module>
from rcsetup import defaultParams, validate_backend, validate_toolbar
File "C:\Python25\Lib\site-packages\matplotlib\rcsetup.py", line 19,
in <module>
from matplotlib.colors import is_color_like
File "C:\Python25\Lib\site-packages\matplotlib\colors.py", line 54, in
<module>
import matplotlib.cbook as cbook
File "C:\Python25\Lib\site-packages\matplotlib\cbook.py", line 10, in
<module>
import numpy.ma as ma
ImportError: No module named ma
How do I install to be able to import pylab?
David Lees
------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Matplotlib-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-users