Wxpython - MainLoop()

Does anybody have or point to an example of overriding MainLoop() in wx
Python Apps (wx.App.MainLoop) ?

I want to use usrp_spectrum_sense.py in a GUI app, and need to add some
code to MainLoop to get the spectrum data (the main loop in
spectrum_sense). A timer event will handle processing and displaying
the data.

TIA.

–Chuck

On Thu, 2007-05-10 at 01:02 -0400, Charles S. wrote:

Does anybody have or point to an example of overriding MainLoop() in wx
Python Apps (wx.App.MainLoop) ?

nevermind - I finally found MainLoop on an obscure blog:

http://www.notes.xythian.net/2004/12/15/twisted-wxpython/

and that’s working ok.

–Chuck