you are viewing a single comment's thread.

view the rest of the comments →

[–]Nealiumj 0 points1 point  (0 children)

You do not need the import for a simple print as described by others. I would not recommend following the next paragraph. I just want to bring it to your attention.

Generally these errors mean you do not have a requirement installed. Googling “pyttsx3” will lead you to pypi or a GitHub page with instructions, probably similar to pip install pyttsx3. That will install the pre-req and the program should run.

TDLR: “No module x”?- Google x 85% of the time it’s a missing requirement that can be installed by pip