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
>>>
这似乎很常见
scipy。

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
>>>
这似乎很常见
scipy。