MarbolanGos wrote:Et la commande en python ?
Bonjour MarbolanGos,
Je viens d'ajouter ta ligne dans le terminal suite à la commande "python":
[alexandre@localhost ~]$ python
Python 2.7 (r27:82500, Aug 22 2013, 23:10:38)
[GCC 4.8.1 20130603 (Red Hat 4.8.1-1)] on linux3
Type "help", "copyright", "credits" or "license" for more information.
>>> from gi.repository import Gio, Gtk, GObject, GdkPixbuf
>>> Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named gi.repository
>>> from gi.repository import Gio, Gtk, GObject, GdkPixbuf
>>> File "<stdin>", line 1
>>> from gi.repository import Gio, Gtk, GObject, GdkPixbuf
^
SyntaxError: invalid syntax
>>>
Voilà...
A bientôt.
pll