Scott Sinclair wrote:
2009/1/7 David Lees :
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 "", line 1, in
File &q
rom matplotlib.colors import is_color_like
File "C:\Python25\Lib\site-packages\matplotlib\colors.py", line 54, in
import matplotlib.cbook as cbook
File "C:\Python25\Lib\site-packages\matplotlib\cbook.py", line 10, in
import numpy.ma as ma
ImportError: No modul