I am new to python
whenever i import win32com.client i get the following error message:
RuntimeWarning: Python C API version mismatch for module win32api: This Python has API version ...
how to decide which build (e.g. 201/202/203/...) of win32com.client has to be install
whenever i import win32com.client i get the following error message:
RuntimeWarning: Python C API version mismatch for module win32api: This Python has API version ...
how to decide which build (e.g. 201/202/203/...) of win32com.client has to be install
Comment