J’obtiens l’erreur ImportError: No module named win32com.client en Python.
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.