pyttsx3 text-to-speech being given No module named "pythoncom"

 
Import pyttsx3 AS PYT 
Engine = pyt.init () 
engine.say ( ' This is an exercise ' ) 
engine.runAndWait ()

 

No module named "pythoncom"

Solution

pip install pypiwin32

 

Guess you like

Origin www.cnblogs.com/Syue/p/12590269.html