RapidWareTech / pyttsx

Cross-platform text-to-speech wrapper
Other
370 stars 134 forks source link

ImportError: No module named win32com.client #34

Open prijindal opened 9 years ago

prijindal commented 9 years ago

I am using a Window 64 bit PC with python 2.7

ghost commented 8 years ago

I have this problom too

naveenjafer commented 8 years ago

+1

manishsharma1992 commented 8 years ago

Hi @naveenjafer @ghost @prijindal

win32com.client is a part of pywin32 pacakge, seems it isn't install in python lib

So you can install it using below command > pip install pywin32 or you can download .whl file from here , an run following command > pip install [path to .whl file]

naveenjafer commented 8 years ago

Thank you manish, I will try it out and confirm here.

princelyroyan commented 6 years ago

I am still getting this error even after installing pywin32.. Any solution please!

aditya-roy commented 6 years ago

Install pypiwin32 and pywin 32 packages and make sure that you are using python 3 and you have uninstalled pyttsx package