right now I'm doing the 'create your first ubuntu app' youtube tutorial. I'm trying the text entry box and nothing comes up when I enter text. Here's my code,
self.urlentry = self.builder.get_object("urlentry")
def on_urlentry_activate(self, widget):
print "woo!"
when I press enter, or any other button, it does not display 'woo' on the terminal/Command line.
