I am trying to import pybrain to Python on Windows after following installation instructions. So far I've been able to troubleshoot, manage, fix, proceed throughout the process up until this:
File "C:\Python27\lib\site-packages\pybrain-0.3.1-py2.7.egg\pybrain\structure\connections\full.py", line 3, in (module)
from scipy import reshape, dot, outer
importError: No module named scipy
I've tried easy_install scipy
, easy_install numpy
with no avail. Where should I look to fix this contingency and how?