说点什么!
Traceback (most recent call last):<br/>
File "speechrecognition.py", line 17, in <module><br/>
print("You said: " + r.recognize_google(audio))<br/>
File "C:\python27\lib\site-packages\speech_recognition\__init__.py", line 828, in recognize_google<br/>
convert_width=2 # audio samples must be 16-bit<br/>
File "C:\python27\lib\site-packages\speech_recognition\__init__.py", line 448, in get_flac_data<br/>
startup_info.dwFlags |= subprocess.STARTF_USESHOWWINDOW # specify that the wShowWindow field of `startup_info` contains a value<br/>
AttributeError: 'module' object has no attribute 'STARTF_USESHOWWINDOW'<br/>