mate-desktop / mozo

Menu editor for MATE using the freedesktop.org menu specification
http://www.mate-desktop.org
GNU Lesser General Public License v2.1
28 stars 12 forks source link

Mozo-gtk3 in arch linux not start. #25

Closed croutch closed 8 years ago

croutch commented 8 years ago

Hello.

I got this error in terminal when starting mozo-gtk3.

mozo Traceback (most recent call last): File "/usr/bin/mozo", line 22, in from Mozo.MainWindow import MainWindow File "/usr/lib/python2.7/site-packages/Mozo/MainWindow.py", line 20, in import gi ImportError: No module named gi

croutch commented 8 years ago

I found the solution. In testing package they have python-gobject,but should be python2-gobject. After installed python2-gobject all works like it should. sorry for the noice.