def main(): gnome.program_init(NAME, VERSION) config = Configuration() newt = Newton(config, 'window') newt.toggle_window_visible() gtk.main()