Now I get this error:
Traceback (most recent call last):
File "C:\raspberrypi\recipe-578839-1.py", line 1, in
import pyttsx
File
"C:\Users\loek\AppData\Local\Programs\Python\Python35\lib\site-packages\pyttsx\__init__.py",
line 18, in
from engine import Engine
ImportError: No module
On 11/16/2015 12:45 PM, input/ldompel...@casema.nl wrote:
In reply to "MRAB" who wrote the following:
Have you installed pyttsx?
No, I did not.
Where can I find pyttsx to install ?
Let pip find it (its on pypi).
On a command line, enter 'pip install pyttsx'
--
Terry Jan Reedy
--
https://mail
On 2015-11-16 17:45, input/ldompel...@casema.nl wrote:
In reply to "MRAB" who wrote the following:
Have you installed pyttsx?
No, I did not.
Where can I find pyttsx to install ?
The first place to look is PyPI. It's here:
https://pypi.python.org/pypi/pyttsx
You might want to look at the link
In reply to "MRAB" who wrote the following:
Have you installed pyttsx?
No, I did not.
Where can I find pyttsx to install ?
Thanks
-
> On 2015-11-16 17:12, input/ldompel...@casema.nl wrote:
> > When I try to run this module in Win
On 2015-11-16 17:12, input/ldompel...@casema.nl wrote:
When I try to run this module in Windows IDLE I get this message:
How can I solve this problem.
Thanks
Traceback (most recent call last):
File "C:\raspberrypi\recipe-578839-1.py", line 1, in
import pyttsx
ImportError: No module nam
When I try to run this module in Windows IDLE I get this message:
How can I solve this problem.
Thanks
Traceback (most recent call last):
File "C:\raspberrypi\recipe-578839-1.py", line 1, in
import pyttsx
ImportError: No module named 'pyttsx'
This is what I found on the internet: