web-dev-qa-db-fra.com

Installer pygtk sur bash sur WSL

pip install pygtk ne fonctionne pas et échoue avec:

Complete output from command python setup.py Egg_info:
********************************************************************
* Building PyGTK using distutils is only supported on windows. *
* To build PyGTK in a supported way, read the INSTALL file.    *
********************************************************************

----------------------------------------

Je sais juste que ce sera étiqueté en double, mais c'est différent, c'est sur WSL. Et les solutions mentionnées ici ne fonctionnent pas?

Comment est-ce si difficile? Et où PyGTK est-il hébergé?

1
Lucidnonsense

de PyGObject :

Si vous voulez écrire une application Python pour GNOME ou une application Python à l'aide de GTK +, alors PyGObject est la solution.

Apparemment, PyGTK est disponible via PyGObject qui peut être installé avec:

Sudo apt install python-gi python-gi-cairo python3-gi python3-gi-cairo gir1.2-gtk-3.0
1
jackw11111