+ 1
How can i remove the error occurs in importing pyttsx3?
Pyttsx3 error - No module named 'engine'
3 Antworten
0
Yo must not import engine.
Just:
import pyttsx3
engine = pyttsx3.init()
0
Yes i do it. Yet, the error occurs.
0
Just out of curiosity... What is the OS? I managed to run pyttsx3 also on Android... Could you show the exact backtrace?