Hi,

I installed all the prerequisites (including
matplotlib-1.1.0.win32-py2.6.exe), downloaded and installed MiniGW and
built the installer from source "pymvpa-snapshot-0.6.0~rc3".
Then I ran a python shell:

I did
>>> from tutorial_lib.py import *


and got:


Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "tutorial_lib.py", line 15, in <module>
    from mvpa.suite import *
  File "C:\Python26\lib\site-packages\mvpa\suite.py", line 164, in <module>
    from mvpa.misc.plot.topo import *
  File "C:\Python26\lib\site-packages\mvpa\misc\plot\topo.py", line 22, in
<module>
    import matplotlib.numerix.ma as M
*ImportError: No module named numerix.ma*

When I looked for numerix in matplotlib they say that this is depracated
since matplotlib 0.98.x

What should I do??

Thanks a lot for your help,

Ofir
_______________________________________________
Pkg-ExpPsy-PyMVPA mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-exppsy-pymvpa

Reply via email to