I cannot import the Python library win32com.client.
When I execute 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.
How can I fix this problem?