def ShowAboutDialog(parent, info): if os.name == "nt": AboutDialog(parent, info) else: wx.AboutBox(info)