Re: wx.Timer not working

2008-07-26 Thread Mike Driscoll
On Jul 26, 5:22 pm, [EMAIL PROTECTED] wrote: > On Jul 26, 3:13 pm, Mike Driscoll <[EMAIL PROTECTED]> wrote: > > > > > On Jul 26, 2:33 pm, [EMAIL PROTECTED] wrote: > > > > Windows XP SP3 > > > Python 2.5 > > > wx.version() = '2.8.1.1 (msw-unicode)' > > > -- > > > I have written the following *si

Re: wx.Timer not working

2008-07-26 Thread 5lvqbwl02
On Jul 26, 3:13 pm, Mike Driscoll <[EMAIL PROTECTED]> wrote: > On Jul 26, 2:33 pm, [EMAIL PROTECTED] wrote: > > > > > Windows XP SP3 > > Python 2.5 > > wx.version() = '2.8.1.1 (msw-unicode)' > > -- > > I have written the following *simplest* implementation of wx.timer I > > can think of.  No wo

Re: wx.Timer not working

2008-07-26 Thread Mike Driscoll
On Jul 26, 2:33 pm, [EMAIL PROTECTED] wrote: > Windows XP SP3 > Python 2.5 > wx.version() = '2.8.1.1 (msw-unicode)' > -- > I have written the following *simplest* implementation of wx.timer I > can think of.  No workie.   I want an exception, a print statement, or > something. > > The wxpython

Re: wx.Timer not working

2008-07-26 Thread Vlastimil Brom
2008/7/26 <[EMAIL PROTECTED]> > Windows XP SP3 > Python 2.5 > wx.version() = '2.8.1.1 (msw-unicode)' > -- > I have written the following *simplest* implementation of wx.timer I > can think of. No workie. I want an exception, a print statement, or > something. > > The wxpython demos all work

wx.Timer not working

2008-07-26 Thread 5lvqbwl02
Windows XP SP3 Python 2.5 wx.version() = '2.8.1.1 (msw-unicode)' -- I have written the following *simplest* implementation of wx.timer I can think of. No workie. I want an exception, a print statement, or something. The wxpython demos all work, but for some reason this isn't. The demos are