program = hildon.Program.get_instance() that no such function exists. I tried other examples, I seem to be getting errors saying no such function exist in the hildon library.
import hildon, osso, gtk osso_c = osso.Context("myprog", "0.0.1", False) app = hildon.Program() window = hildon.Window() #window.connect('destroy', mycleanuproutine) app.add_window(window) # add your Hildon/GTK widgets to the window window.show_all()