import wxapp = wx.PySimpleApp()provider = wx.CreateFileTipProvider("tips.txt", 0)wx.ShowTip(None, provider, True)