python - AttributeError: 'module' object has no attribute ...
stackoverflow.com › questions › 43308137Apr 09, 2017 · write the data from spectrogram back into a wav file. Traceback (most recent call last): File "demo2.py", line 61, in <module> F,T,S = scipy.signal.spectrogram (s_mono,rate,window,None,nOverlap,nFFT) AttributeError: 'module' object has no attribute 'spectrogram'. Which is rather strange, because in my opinion my code should work fine.