66831/modulenotfounderror-no-module-named-pythoncom-in-pyttsx3
Hii,
Try
pip install pypiwin32
or
$ pip3 install pypiwin32
Sometimes using pip3 also works if just pip is not working
Hello,
Try installing flask through the powershell using the following command.
pip install --isolated Flask
This will allow installation to avoid environment variables and user configuration.
and aslo If you are using a Python 3.5+ then you could add pypiwin32==223 to your requirements.txt file instead of pywin32
Hope it works!!
Hey, @ Ashmit,
Please try:
engine = pyttsx3.init('dummy') or engine = pyttsx.init('dummy')
Hope this Helps!!
To learn more, join the online course to do Masters in Python.
Thanks!
Hi, @Babla,
Could you please what error you are facing? It will be easy for me to investigate further.
Hi, Myden,
Could you please elaborate on what you are trying to do?
Hi, @Bunny,
Are you facing any kind of error while executing your code snippet?
Hey. You have to use SpeechRecognition as module ...READ MORE
Hi@akhtar, To avoid this error you have to ...READ MORE
Hello @SUHRID, For your query you can refer ...READ MORE
Hi@Umama, If you are using Linux system, then ...READ MORE
You can also use the random library's ...READ MORE
Syntax : list. count(value) Code: colors = ['red', 'green', ...READ MORE
Enumerate() method adds a counter to an ...READ MORE
You can simply the built-in function in ...READ MORE
Hello, @There It depends on which version of ...READ MORE
The module you’ve installed is different. To install ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.