import pyttsx3 as pyt engine = pyt.init() engine.say('这是一个练习') engine.runAndWait()
No module named "pythoncom"
解决方法
pip install pypiwin32