大家好,提前感谢
import pyttsx
engine = pyttsx.init()
engine.say('Hello World')
engine.runAndWait()
我得到这个错误:
Traceback (most recent call last):
File "C:\Users\xxx\eclipse\workspace\Ai_Project\AI\Ai_Brain.py", line 8, in <module>
engine = pyttsx.init()
AttributeError: 'module' object has no attribute 'init'
我在 Windows 7 上使用 Python 2.7 和 eclipse neon。这是某种兼容性问题吗?我搜索了很多相关问题,但将答案应用于我的案例并没有解决错误