J'essaie d'installer win32gui en utilisant pip et j'obtiens une erreur de syntaxe. J'utilise Python 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:53:40) [MSC v.1500 64 bit (AMD64)] sur win32.
L'erreur que je reçois
Collecting win32gui
Using cached win32gui-221.5.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "c:\users\rnandi~1\appdata\local\temp\pip-build-koonix\win32gui\setup.py", line 27, in <module>
from win32.distutils.gui import win32gui_build_ext
File "win32\distutils\gui.py", line 10
def iter_mfc(plat_name: str) ->Iterator[str]:
^
SyntaxError: invalid syntax
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in c:\users\rnandi~1\appdata\local\temp\pip-build-koonix\win32gui\
La commande "python setup.py egg_info" a échoué avec le code d'erreur 1 dans c : \users\rnandi ~1 \appdata\local\temp\pip -construire-koonix \win32gui\
J'ai essayé de mettre à jour pip, de désinstaller python et de le réinstaller.