我得到了上面的例外。谁能帮我找出原因。这是我的代码:
import pyttsx3 # pip install pyttsx3
engine = pyttsx3.init() # creating a variable named engine
#engine.say('Hello World...!') #calling that function
#engine.runAndWait() #it is also a pre build funtion used to run and wait till funtion is completed