[wxPython-users] Help on wxPython threading.

Werner F. Bruhin werner.bruhin at free.fr
Mon Sep 18 01:57:26 PDT 2006


Hi,

kaushik s wrote:

> Hello
>
> I have been working on wxPython for GUI development. I have a problem. 
> the GUI i have developed has several interfaces. So when I have 
> invoked one GUI I'm not able to invoke another one till the present 
> GUI finishes the processing. Can any one please give me some solution 
> so to that i can implement threading so as to eliminate this problem 
> of mine. I'm using _Boa-constructor_ for developing my GUI on debian 
> linux. Thanks in advance.

What do you mean by GUI here, is it just another panel/frame/dialog with 
information?  If yes then you might want to look at Boa's examples 
"advanced\FramePanels\wxApp1.py" it uses a notebook to allow you to go 
from one panel to another.

If you really mean treads (as in long running processes) then you might 
want to look at 
"http://wiki.wxpython.org/index.cgi/LongRunningTasks?highlight=%28longrun%29"

Werner

>
> -- 
> Kaushik S
> shiku.ace at gmail.com <mailto:shiku.ace at gmail.com>
> shiku_ace at rediffmail.com <mailto:shiku_ace at rediffmail.com>
> ________________________________________
> "The difference between a democracy and a
> dictatorship is that in a democracy you vote
> first and take orders later; in a dictatorship
> you don't have to waste your time voting."
> --Charles Bukowski (1920 - 1994) 






More information about the wxpython-users mailing list