def OnButHomePage(self, id, code): if code == win32con.BN_CLICKED: win32api.ShellExecute(0, "open", "http://starship.python.net/crew/mhammond/win32", None, "", 1)