I have installed Python 3.6.5 in Windows 10 and tried to import win32com.client, but I'm getting the following error message:
import win32com.client
Traceback (most recent call last): File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'win32com'
When I gone through online, I found a similar issue. But the solutions given didn't help me. Could anyone help me on this?