Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named win32com.client #34

Open
prijindal opened this issue Oct 11, 2015 · 6 comments
Open

ImportError: No module named win32com.client #34

prijindal opened this issue Oct 11, 2015 · 6 comments

Comments

@prijindal
Copy link

I am using a Window 64 bit PC with python 2.7

@ghost
Copy link

ghost commented Jan 27, 2016

I have this problom too

@naveenjafer
Copy link

+1

@manishsharma1992
Copy link

manishsharma1992 commented Sep 15, 2016

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
Copy link

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

@princelyroyan
Copy link

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

@aditya-roy
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants