I'm trying to install Theano on a Windows system and need to install BLAS and LAPACK. I've got the .dll files for these in my System32 folder. When I run numpy.config.show() from Anaconda, the paths to the libraries are displayed properly. However, this does not happen on IDLE and the same command tells prints NOT AVAILABLE for the paths to libraries for LAPACK and BLAS.
Another thread suggests that Anaconda and my original Python 2.7 distributions are treated as separate environments. My question is, if Anaconda says that BLAS is installed, what am I missing in the other environment? I re-compiled the libraries and force-reinstalled NumPy, but this doesn't seem to help.
Any help would be appreciated.