AttributeError: Objekt 'module' (scipy) hat kein Attribut 'misc'

Ich habe von Ubuntu 12.04 auf Ubuntu 12.10 aktualisiert und das Python-Modul, das ich plötzlich geschrieben habe, funktioniert nicht mehr mit der Fehlermeldung, dass das Modul scipy nicht das Attribut 'misc' hat. Das hat früher geklappt. Ich verwende nach dem Update immer noch Python 2.7. Hier stürzt der Code ab

import scipy
scipy.misc.imsave(slice,dat)

Irgendwelche Ideen?

Antworten auf die Frage(3)

Ihre Antwort auf die Frage