'Getting error while importing win32com module

I installed the pywin32 module in my system. But when I import the "win32com" module getting the error as shown below.

Error:-

Traceback (most recent call last):
  File "C:\Users\Lenovo\Desktop\script.py", line 1, in <module>
    import win32com.client
ModuleNotFoundError: No module named 'win32com'

any idea on this



Solution 1:[1]

Try install: pip install pypiwin32

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 FluxedScript