no module named win32com.client 错误解决
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]