Re: [Tutor] wxPython dialog problem

2009-02-20 Thread Kent Johnson
On Thu, Feb 19, 2009 at 11:04 PM, Garry Willgoose wrote: > I'm just porting an old code from a GUI in Tkinter to one in wxPython and am > having a problem with one of the dialog widgets. This is on OSX. The code > below gives the result > > result= 5104 5103 5104 > > as expected but if I substitut

[Tutor] wxPython dialog problem

2009-02-19 Thread Garry Willgoose
I'm just porting an old code from a GUI in Tkinter to one in wxPython and am having a problem with one of the dialog widgets. This is on OSX. The code below gives the result result= 5104 5103 5104 as expected but if I substitute the single line form that is commented out (as per the wxPyth