If the close button does not work then add the following entries
self.Bind(wx.EVT_CLOSE, self.quit)
under the __init__ function and create a new function as
def quit(self, event):
self.Destroy()
If the close button does not work then add the following entries
self.Bind(wx.EVT_CLOSE, self.quit)
under the __init__ function and create a new function as
def quit(self, event):
self.Destroy()
No comments yet.
RSS feed for comments on this post. TrackBack URI