On Dec 3, 2:03 pm, Mike Driscoll wrote:
> On Dec 3, 3:42 pm, paul wrote:
>
>
>
>
>
> > I have been experiencing strange thread behavior when I pass a message
> > received via a Queue to a wx.PostEvent method (from wxPython). The
> > relevant code in the thread is:
>
> > def run(self):
> > whi
On Dec 3, 3:42 pm, paul wrote:
> I have been experiencing strange thread behavior when I pass a message
> received via a Queue to a wx.PostEvent method (from wxPython). The
> relevant code in the thread is:
>
> def run(self):
> while self.is_running:
> task = self.queue.get()
>