I have just installed scitools-0.8 and I'm trying to import it using from scitools.std import *
but I get an error message saying
ImportError: No module named oldnumeric.mlab
numpy import filed!
see doc of scitools.numpytools module for how to choose Numeric instead.
I don't want to be using Numeric since the book I'm learning from uses numpy and I've read around and it seems that numpy doesn't support oldnumeric any more.
I don't know how to get scitools to work. I am using Python 2.7
There is a similar duplicate to this but the answer it has is basically just don't use scitools