Tried to use scipy.misc.imread
but got an error AttributeError: 'module' object has no attribute 'imread'
.
I know that I have to install PIL
to use image functions as other SO question suggests. However, I got it installed but no help.
I have scipy
installed via ScipySuperpack
. PIL
installed via pip
. Using OS X machine.