0

I am using Windows10 and my python version 3.6.5 Its giving me error 'win32api'

import win32com.client Traceback (most recent call last): File "", line 1, in import win32com.client File \Programs\Python\Python36-32\lib\site-packages\win32com__init__.py", line 5, in import win32api, sys, os ModuleNotFoundError: No module named 'win32api'

pypiwin32 is already installed

Adil
  • 2,418
  • 7
  • 34
  • 38

1 Answers1

0

It seems we need to restart the Python shell after installing the package pypiwin32. After restarting the shell, it worked.

Adil
  • 2,418
  • 7
  • 34
  • 38