I cannot import the python library win32com.client
When I excecute the following code import win32com.client
I got this error AttributeError: module 'pywintypes' has no attribute '__import_pywin32_system_module__'
, giving that the library pywin32
is already installed.
Any idea could help!