self.Bind(wx.EVT_CLOSE, self.quit)
under the __init__ function and create a new function as
def quit(self, event):
self.Destroy()
My 2cent tips & tricks on computer technology & Application Virtualization ...
self.Bind(wx.EVT_CLOSE, self.quit)
ImportError: No module named decimal
Error occurs when executable created using pyinstaller is executed which uses pymssql module
import decimal in the python program