Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

On Windows: ImportError: No module named win32api #93

Closed
remitassing opened this issue Jan 25, 2018 · 6 comments
Closed

On Windows: ImportError: No module named win32api #93

remitassing opened this issue Jan 25, 2018 · 6 comments

Comments

@remitassing
Copy link

While running the example ui_in_gui I got this error

import win32api
ImportError: No module named win32api

It seems the dependency pypiwin32 is needed on Windows and it has to be installed as administrator even if a virtual environment is being used (dll involved.

@olaan
Copy link
Contributor

olaan commented Jan 26, 2018

Could you provide some more details on this? Where is the win32api dependency? A copy of the log would be great.

Cheers,

// Ola

@ghost
Copy link

ghost commented Mar 13, 2018

how to resolve this Error ::
ImportError: No module named win32api

@remitassing
Copy link
Author

@krishna664 try pip install pypiwin32 instead and make sure you have administrative rights on the CLI you're running it from

@HaraldGustafsson
Copy link
Contributor

HaraldGustafsson commented Mar 13, 2018 via email

@Aashima-Gupta
Copy link

Hi, I am working on windows with python 2.7.x and i have already installed pypiwin32 showing requirement already satisfied on the command Line , how ever the python script shows error saying No module named win32api when i import winspeech
for text to speech

@olaan
Copy link
Contributor

olaan commented Oct 8, 2018

If the suggestions already provided does not solve your problem, then have a look at stackoverflow, where this question has been asked and answered multiple times, or use the link given above, which leads to the official forum for the package in question.

I am closing this issue since it is attracting a lot of traffic unrelated to Calvin.

@olaan olaan closed this as completed Oct 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants