Scipy is installed with Anaconda, but won't work since no lapack and blas resources can be found. I've put the precompiled lapack/blas stuff from this link:
http://www.fi.muni.cz/~xsvobod2/misc/lapack/
into my Anaconda folder (user/anaconda) and also into my standard python istallation (c://python27). It still won't work.
I've checked out other questions on this forum on how to install. I've followed the instructions given here:
http://www.scipy.org/scipylib/building/windows.html
but Cmake always sais that the compiler can't compile a simple test program.
won't work
? – cel