I updated from ubuntu 12.04 to ubuntu 12.10 and the python module I have written suddenly no longer works with the error message that the module scipy does not have the attr
>>> import scipy >>> scipy.misc Traceback (most recent call last): File "", line 1, in AttributeError: 'module' object has no attribute 'misc' >>> >>> >>> import scipy.misc >>> scipy.misc.imsave >>>
Which seems to be quite common with scipy.
scipy