Hello,
Out of curiosity, is it possible to show a simple messagebox without an app instance?
Out of curiosity, is it possible to show a simple messagebox without an app instance?
app = wx.App()
wx.MessageBox("text", "title")Thank you.
