<div dir="ltr">Hi,<div><br></div><div>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".</div>
<div>Then I ran a python shell:</div><div><br></div><div>I did </div><div><div>>>> from tutorial_lib.py import *</div><div><br></div><div><br></div><div>and got:</div><div><br></div><div><br></div><div>Traceback (most recent call last):</div>
<div>  File "<stdin>", line 1, in <module></div><div>  File "tutorial_lib.py", line 15, in <module></div><div>    from mvpa.suite import *</div><div>  File "C:\Python26\lib\site-packages\mvpa\suite.py", line 164, in <module></div>
<div>    from mvpa.misc.plot.topo import *</div><div>  File "C:\Python26\lib\site-packages\mvpa\misc\plot\topo.py", line 22, in <module></div><div>    import <a href="http://matplotlib.numerix.ma">matplotlib.numerix.ma</a> as M</div>
<div><u><b>ImportError: No module named <a href="http://numerix.ma">numerix.ma</a></b></u></div></div><div><br></div><div>When I looked for numerix in matplotlib they say that this is depracated since matplotlib 0.98.x</div>
<div><br></div><div>What should I do??</div><div><br></div><div>Thanks a lot for your help,</div><div><br></div><div>Ofir</div></div>