Description of problem: system-config-date doesn't close when I click ok [root@localhost ~]# system-config-date Traceback (most recent call last): File "/usr/share/system-config-date/scdMainWindow.py", line 205, in custom_handler return module.custom_widgets[function_name] (glade) File "/usr/share/system-config-date/timezone_gui.py", line 43, in timezone_widget_create widget = TimezoneMap(ZoneTab (), default, map=mappath, tzActionLabel = tzActionLabel) File "/usr/share/system-config-date/timezone_map_gui.py", line 324, in __init__ self.timezone_list_init (default) File "/usr/share/system-config-date/timezone_map_gui.py", line 172, in timezone_list_init tz_root_str, tz_node_str = gettext (entry.tz).rsplit ('/', 1) NameError: global name 'gettext' is not defined ******** when I uncheck system clock uses UTC and click OK Traceback (most recent call last): File "/usr/share/system-config-date/scdMainWindow.py", line 77, in ok_clicked self.apply () File "/usr/share/system-config-date/scdMainWindow.py", line 188, in apply timezone, utc = self.timezonePage.getTimezoneInfo () File "/usr/share/system-config-date/timezone_gui.py", line 77, in getTimezoneInfo return self.tz.getCurrent().tz, self.utcCheck.get_active() AttributeError: 'gtk.Label' object has no attribute 'getCurrent'