Re: trouble with wxPython intro

2007-05-31 Thread 7stud
On May 31, 1:56 am, 7stud <[EMAIL PROTECTED]> wrote: > By setting redirect=False in wx.App.__init__(), the errors will be > sent to the console. Hmmm...I just read a note I scribbled in the margin of my book that says setting redirect=False sends the error messages to the console on Mac and Window

Re: trouble with wxPython intro

2007-05-31 Thread Daniel Gee
That's so simple I'm embarrassed. I should have noticed the change from the example before to this one. It works now, thank you. -- http://mail.python.org/mailman/listinfo/python-list

Re: trouble with wxPython intro

2007-05-31 Thread 7stud
On May 30, 11:41 pm, Anthony Irwin <[EMAIL PROTECTED]> wrote: > Daniel Gee wrote: > > I'm trying to learn WxPython with the tutorial: > >http://wiki.wxpython.org/Getting_Started > I'm a wxPython beginner too, but instead of Anthony Irwin's suggestions, I think you should delete these two lines: I

Re: trouble with wxPython intro

2007-05-30 Thread Anthony Irwin
Daniel Gee wrote: > I'm trying to learn WxPython with the tutorial: > http://wiki.wxpython.org/Getting_Started > > But I can't seem to get the example for events to work. I pasted the > code they had directly into an interpreter and it got a dialog to > appear and the program was able to close its

trouble with wxPython intro

2007-05-30 Thread Daniel Gee
I'm trying to learn WxPython with the tutorial: http://wiki.wxpython.org/Getting_Started But I can't seem to get the example for events to work. I pasted the code they had directly into an interpreter and it got a dialog to appear and the program was able to close itself, but my own copy won't wor