Nano77 / gdm3setup

An interface to configure GDM3, autologin options and change Shell theme
GNU General Public License v2.0
101 stars 29 forks source link

ImportError: No module named GdmSetup #46

Open rmacc19 opened 4 years ago

rmacc19 commented 4 years ago

I installed gdm3setup and -utils from your github's repository.

There're few issues when installing:

make

sudo make install

gdm3setup

/usr/bin/gdm3setup:13: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded. from gi.repository import Gtk, Gdk, GdkPixbuf, GnomeDesktop, GObject, Gio, GLib /usr/bin/gdm3setup:13: PyGIWarning: GnomeDesktop was imported without specifying a version first. Use gi.require_version('GnomeDesktop', '3.0') before import to ensure that the right version gets loaded. from gi.repository import Gtk, Gdk, GdkPixbuf, GnomeDesktop, GObject, Gio, GLib Traceback (most recent call last): File "/usr/bin/gdm3setup", line 15, in from GdmSetup import GdmSetupClient ImportError: No module named GdmSetup