[wxPython-users] momentarily stopping events
Christopher Barker
Chris.Barker at noaa.gov
Thu Jul 27 21:29:24 PDT 2006
Warren Jackson wrote:
> I'm making a program that reads data from the serial port, does some
> number crunching, and then sends data to my wx gui, as well as another
> program (oziexplorer). I'm using a Python wrapper for the oziexplorer api.
>
> The problem I'm running into is that when an event is fired in wx while
> the oziexplorer methods are running, oziexplorer permanently freezes,
> and the rest of my program freezes until it kill oziexplorer.
Have you tried running all the ozi calls from a separate thread?
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
More information about the wxpython-users
mailing list