I\'m following a small Python program example using wxPython, as follows:
import wx class MyFrame(wx.Frame): def __init__(self): super().__in