You may review if the modules are installed; if not or if it is at your convenience you may review the instructions to install the pytts available at https://pypi.org/project/pyttsx/ By the way, if the modules are installed in Spyder by default, you may require a new installation from scratch. Regards,
On Wed, Nov 18, 2020 at 9:42 AM Felipe Cunha <[email protected]> wrote: > I developed some different functions and imported several different > modules. All times, when not installed I just run pip install 'something' > and I was able to call it via import 'something'. > > I'm trying to work with some text to speech engines and I tried already > gTTS, pyttsx and pyttsx3. I installed them all successfully, but I was not > able to import the module. > > I did look for the module in Python's library directories and I found them > three over there. I always get the: ModuleNotFoundError: No module named > 'gtts' or ModuleNotFoundError: No module named 'pyttsx'. > > How can I solve it? Is something related to Spyder's version (mine 3.7) or > Windows 10? > > Thanks! > > -- > You received this message because you are subscribed to the Google Groups > "spyder" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/spyderlib/40fbd9fd-0f97-48d5-9f32-c103e173828bn%40googlegroups.com > <https://groups.google.com/d/msgid/spyderlib/40fbd9fd-0f97-48d5-9f32-c103e173828bn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/spyderlib/CAFXHJRk0J22Qu%3Dy_sBzK%3DmtRok2JBO%2BeGWd8t%2BJiDf8ifOaAQg%40mail.gmail.com.
