Hi Kevin,
Kevin Walzer wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> I don't have any answers, I'm afraid, but I did reproduce the crash.
>
> I wonder if Boa is trying to eval the script in the same process that
> the interpreter itself is running in. This accounts for IDLE's inab
Hi,
On 27/05/2013 19:22, Charles Hartman wrote:
Running it from the command line doesn't change anything; nothing
shows up in Terminal except a message saying that PySimpleApp is now
deprecated in wxPython. But when I changed to the standard App
instead, nothing changed. Nothing shows up in
On 28/05/2013 18:11, Charles Hartman wrote:
Thanks, Chris. My app has a wx.Frame (subclassed, of course). It's
there that I've tried Binding EVT_CLOSE, but a breakpoint in the
method I find is never reached at all, including when I use menu or
keyboard to Quit. On way I've tried is this snip