To determine whether scipy is causing the problem or not, run scipy.test() non-interactively. E.g.


$python -c "import scipy; scipy.test()"


,