Malizor a écritOuvre un shell python3 et tape
import gobject as GObject
Aurais dû y penser tout seul à ça...
┌┼─┼─ ubuntu @ ubuntu-devel ─┤├─ 14:58:45 Wed Jul 18 ─┤├─ ~ ─┤
└┼─┼─ $ ─┤▶ python3
Python 3.2.3 (default, Jul 18 2012, 00:10:37)
[GCC 4.7.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gobject as GObject
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named gobject
DidRocks a écrittiens, tu n'as pas python3-gi installé toi (alors qu'il l'est par défaut).
Bah si justement...
┌┼─┼─ ubuntu @ ubuntu-devel ─┤├─ 15:23:17 Wed Jul 18 ─┤├─ ~ ─┤
└┼─┼─ $ ─┤▶ dpkg -l |grep python |grep gobject |awk '{print $1" "$2}'
ii python-gi
ii python-gobject
ii python-gobject-2
ii python3-gi
Même chose en réinstallant le paquet.