Terrific. Nils sent me the answer:scipy.show_config() ornumpy.show_config
()will give you some useful information.And here it goes straight to the wikihttp://www.scipy.org/Installing_SciPy/Windows
--bb
-
Using Tomcat but nee
How can you probe numpy for info about what sort of BLAS/LAPACK you have, or other build configuration info?Searching the ml archives I turned up this one hint from Travis, which can be embodied in code thusly:
import numpy def have_blas(): return id(numpy.dot) != id(numpy.core.multi