def OnLocationSelect(self, evt):
url = self.location.GetStringSelection()
def OnLocationSelect(self, evt):
url = self.location.GetStringSelection()
self.tp = TestPanel(self, sys.stdout, self)
EVT_CLOSE(self, self.OnCloseWindow)
self.tp = TestPanel(self, sys.stdout, self)
EVT_CLOSE(self, self.OnCloseWindow)