ello all > > 1. i have a problem with activating methods while they are imported from a different file -> it doesn`t work ! > it must be the activation/handler that is wrong ?! > (dont get the handler from the window ?) > > how do i fix it so a signal will be received by the function ? > > here is my code that (located in a different file ) : > def on_NAT_clicked(self, widget, *args): > #context Window1.on_NAT_clicked { > #z# getting network configuration : > text1=commands.getoutput("/sbin/ifconfig") > self.lbl_ifconfig_status.set_text(text1) > self.notebook1.set_current_page(0) > print "on_NAT_clicked called with self.%s" % widget.get_name() > #context Window1.on_NAT_clicked } > > 2.i dont know how to run it with DEBUGGER and see the hendler