Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #98902
| From | input/ldompeling@casema.nl |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: import module pyttsx in windows IDLE failed |
| References | <mailman.371.1447698071.16136.python-list@python.org> |
| Message-ID | <mEq2y.106808$ZM.8705@fx11.ams1> (permalink) |
| Organization | Pure Usenet - Usenet for everyone |
| Date | 2015-11-16 20:03 +0000 |
Now I get this error:
Traceback (most recent call last):
File "C:\raspberrypi\recipe-578839-1.py", line 1, in <module>
import pyttsx
File "C:\Users\loek\AppData\Local\Programs\Python\Python35\lib\site-packages\pyttsx\__init__.py", line 18, in <module>
from engine import Engine
ImportError: No module named 'engine'
===========================================================================================================================
In reply to "Terry Reedy" who wrote the following:
> On 11/16/2015 12:45 PM, input/ldompeling@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
--
--------------------------------- --- -- -
Posted with NewsLeecher v7.0 Beta 2
Web @ http://www.newsleecher.com/?usenet
------------------- ----- ---- -- -
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
import module pyttsx in windows IDLE failed input/ldompeling@casema.nl - 2015-11-16 17:12 +0000
Re: import module pyttsx in windows IDLE failed MRAB <python@mrabarnett.plus.com> - 2015-11-16 17:28 +0000
Re: import module pyttsx in windows IDLE failed input/ldompeling@casema.nl - 2015-11-16 17:45 +0000
Re: import module pyttsx in windows IDLE failed MRAB <python@mrabarnett.plus.com> - 2015-11-16 18:12 +0000
Re: import module pyttsx in windows IDLE failed Terry Reedy <tjreedy@udel.edu> - 2015-11-16 13:20 -0500
Re: import module pyttsx in windows IDLE failed input/ldompeling@casema.nl - 2015-11-16 20:03 +0000
Re: import module pyttsx in windows IDLE failed Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-11-16 20:02 -0500
csiph-web