I have 2 frames in my wxpython program,
MyFrame and OptionFrame
if I start my program it shows MyFrame, and if I end it, the frame disappears and the program stops.
If I start my program and choose to show the option frame, it will show it, but if I now close both frames the program keeps running in the background..
How can I stop this?