Thanks. I have …finally… tracked this
down to an errant creation of a wx.Frame to parent a splash screen. We did not
hold onto a handle to this frame or destroy it when we were done with it.
Thanks again for the help.
-Jason
···
From: Kevin Ollivier
[mailto:kevino@theolliviers.com]
Sent: Thursday, August 16, 2007
2:28 PM
To:
wxPython-users@lists.wxwidgets.org
Subject: Re: [wxPython-users] my
wxPython app won’t exit
Hi Jason,
On Aug 16, 2007, at 12:52 PM, Harper, Jason wrote:
It
is my understanding that when Destroy() is called on an app’s
frame window, that the app should exit as long as ExitOnFrameDelete is
true. This is not currently working in my app.
I’m
looking for ideas to pursue in tracking down this problem.
Typically, when this happens there is some error in the
frame’s shutdown code. That would cause Python to throw an error and then
stop the shutdown process, so the frame never actually gets destroyed. Do you
run any code when you close/destroy the frame, and if so, have you checked to
make sure your code isn’t throwing an error anywhere?
Regards,
Kevin
Thanks,
Jason
Jason Harper
Qualcomm, Portland
Design Center