Python module I have written suddenly no longer works with the error message that the module scipy does not have the attribute 'misc'. I am still using python 2.7 after the update.
I just updated Ubuntu to its latest stable version and that's about it.
Here is where the code crashes
import scipy
scipy.misc.imsave(slice,dat)
Any ideas on how to fix this? Appreciate some help!