PYTTSX Error: Cannot find module named drivers
问题 I am still a novice when it comes to python, and recently I have attempted to construct a personal assistant. I am using the PyTTSX module, but when I attempt to initialize the package, I receive this error: ****File "C:\Python34\lib\site-packages\pyttsx\driver.py", line 64, in init self._module = import (name, globals(), locals(), [driverName]) ImportError: No module named 'drivers**'** Any feedback would be greatly appreciated. 回答1: You've probably downloaded the version of PyTTSX from the