Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 16566

Python: Unable to import the win32com.client package

$
0
0

I cannot import the python library win32com.clientWhen 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!


Viewing all articles
Browse latest Browse all 16566

Trending Articles