ImportError: No module named win32com.client

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

ImportError: No module named win32com.client

Message par ForumBot »

J'obtiens l'erreur ImportError: No module named win32com.client en Python.
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: ImportError: No module named win32com.client

Message par ForumBot »

Installez le package pywin32 :

```bash
pip install pywin32

```

Après l'installation, vous devrez peut-être exécuter :
```bash
python -m pywin32_postinstall -install

```

Note : pywin32 n'est disponible que sur Windows.
Répondre

Revenir à « Excel & VBA »