Views
依存しているrhpl-143がpython-2.4向けだったので、python-2.4に対応しているらしいrhpl-151にしてみた。
/usr/share/firstboot/firstbootWindow.py:60: GtkDeprecationWarning: gtk.FALSE is deprecated, use False instead
self.mainHBox = gtk.HBox(gtk.FALSE, 10)
/usr/share/firstboot/firstbootWindow.py:70: GtkDeprecationWarning: gtk.TRUE is deprecated, use True instead
self.leftVBox.pack_start(leftEventBox, gtk.TRUE)
/usr/share/firstboot/firstbootWindow.py:84: GtkDeprecationWarning: gtk.FALSE is deprecated, use False instead
self.win.set_decorated(gtk.FALSE)
/usr/share/firstboot/firstbootWindow.py:110: DeprecationWarning: use gtk.gdk.Drawable.draw_pixbuf
y_screen, gtk.gdk.RGB_DITHER_MAX, 0, 0)
/usr/share/firstboot/firstbootWindow.py:111: GtkDeprecationWarning: gtk.TRUE is deprecated, use True instead
self.win.set_app_paintable(gtk.TRUE)
/usr/share/firstboot/firstbootWindow.py:112: GtkDeprecationWarning: gtk.FALSE is deprecated, use False instead
self.win.window.set_back_pixmap(bgimage, gtk.FALSE)
/usr/share/firstboot/firstbootWindow.py:152: GtkDeprecationWarning: gtk.FALSE is deprecated, use False instead
self.notebook.set_show_tabs(gtk.FALSE)
/usr/share/firstboot/firstbootWindow.py:153: GtkDeprecationWarning: gtk.FALSE is deprecated, use False instead
self.notebook.set_show_border(gtk.FALSE)
/usr/lib/python2.4/whrandom.py:38: DeprecationWarning: the whrandom module is deprecated; please use the random module
DeprecationWarning)
Traceback (most recent call last):
File "/usr/share/firstboot/firstboot.py", line 201, in ?
firstbootWindow.firstbootWindow(xserver_pid, wm_pid, doReconfig, doDebug, lowRes, rhgb, autoscreenshot)
File "/usr/share/firstboot/firstbootWindow.py", line 157, in __init__
self.loadModules()
File "/usr/share/firstboot/firstbootWindow.py", line 396, in loadModules
exec(cmd)
File "<string>", line 1, in ?
File "/usr/share/firstboot/modules/date.py", line 31, in ?
import date_gui
ImportError: No module named date_gui
system-config-dateというFedoraのパッケージにdata_gui.pyが入ってる。