In order to use FEniCS 1.5 on debian I've installed from source using
curl -s http://fenicsproject.org/fenics-install.sh | bash
and source fenics.stable. It works fine except i am no longer able to use the scipy module. If i try to import it, i get the error:
ImportError: No module named scipy
Any hints on how to use scipy with FEniCS installed from source?