J’obtiens l’erreur ImportError: No module named win32com.client en Python.
ImportError: No module named win32com.client
Re: ImportError: No module named win32com.client
Installez le package pywin32 :
pip install pywin32
Après l’installation, vous devrez peut-être exécuter :
python -m pywin32_postinstall -install
Note : pywin32 n’est disponible que sur Windows.