Re: [Pythonmac-SIG] wx Window Flashes and Closes Immediately

2009-02-03 Thread Christopher Barker
Robin Dunn wrote: I thought Robin said that this default was going to be changed, so that newbies would have this issue less -- what happened to that? I didn't think it would be a good idea to change a default like this between two 2.8.x releases, but it's already changed in the 2.9 source tr

Re: [Pythonmac-SIG] wx Window Flashes and Closes Immediately

2009-02-02 Thread Robin Dunn
Christopher Barker wrote: Cody Precord wrote: To see the traceback of errors you should create the app object with wx.App(False) to disable redirection of output, so tracebacks will be printed to the console. I thought Robin said that this default was going to be changed, so that newbies wou

Re: [Pythonmac-SIG] wx Window Flashes and Closes Immediately

2009-02-02 Thread Christopher Barker
Cody Precord wrote: To see the traceback of errors you should create the app object with wx.App(False) to disable redirection of output, so tracebacks will be printed to the console. I thought Robin said that this default was going to be changed, so that newbies would have this issue less --

Re: [Pythonmac-SIG] wx Window Flashes and Closes Immediately

2009-02-01 Thread Robin Dunn
Bryan Smith wrote: Hi Everyone, I am trying out a simple wx program from a book and anytime I try and run the code, the wxFrame flashes open and closes immediately. This is frustrating as the code is essentially the same as in the book. Here is the code for your viewing pleasure: import wx

Re: [Pythonmac-SIG] wx Window Flashes and Closes Immediately

2009-02-01 Thread Bryan Smith
Oh my, I feel kind of dumb. I can't believe I spent time stewing over that. Thanks! On Sun, Feb 1, 2009 at 11:50 PM, Cody Precord wrote: > Hello, > > On Feb 1, 2009, at 10:42 PM, Bryan Smith wrote: > > Hi Everyone, >> >> I am trying out a simple wx program from a book and anytime I try and run

Re: [Pythonmac-SIG] wx Window Flashes and Closes Immediately

2009-02-01 Thread Cody Precord
Hello, On Feb 1, 2009, at 10:42 PM, Bryan Smith wrote: Hi Everyone, I am trying out a simple wx program from a book and anytime I try and run the code, the wxFrame flashes open and closes immediately. This is frustrating as the code is essentially the same as in the book. Here is the cod

[Pythonmac-SIG] wx Window Flashes and Closes Immediately

2009-02-01 Thread Bryan Smith
Hi Everyone, I am trying out a simple wx program from a book and anytime I try and run the code, the wxFrame flashes open and closes immediately. This is frustrating as the code is essentially the same as in the book. Here is the code for your viewing pleasure: import wx class wxTest(): def