Re: wxPython, searching, and threads

2007-07-19 Thread James Matthews
I have seen this thread for a while and i do not see it on the wxpython list so i am posting it there now and will post a reply if i still see this later! James On 7/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: On Jul 18, 3:15 pm, Benjamin <[EMAIL PROTECTED]> wrote: > Hello! I am writin

Re: wxPython, searching, and threads

2007-07-19 Thread kyosohma
On Jul 18, 3:15 pm, Benjamin <[EMAIL PROTECTED]> wrote: > Hello! I am writing a search engine with wxPython as the GUI. As the > search thread returns items, it adds them to a Queue which is picked > up by the main GUI thread calling itself recursively with > wx.CallAfter. These are then added to a

Re: wxPython, searching, and threads

2007-07-19 Thread kyosohma
On Jul 18, 11:38 am, Benjamin <[EMAIL PROTECTED]> wrote: > Hello! I am writing a search engine with wxPython as the GUI. As the > search thread returns items, it adds them to a Queue which is picked > up by the main GUI thread calling itself recursively with > wx.CallAfter. These are then added to