On 3/12/12 9:19 AM, STyler wrote:
> Hi all, after finding out a bit I decided to use multiprocessing in Dabo
> (no threads, problem GIL), what I want is to launch one or more jobs in
> the background and the main program interface does not freeze, but show
> me progress in a grid of each of these tasks. Anyone have any experience
> or small example of how processes synchronize with the UI.
>
> Thank you very much for the help.

I believe if you want true multiprocessing with wxPython you need to do it 
yourself, 
with n python interpreters messaging each other.

But if you want your main program (with a wxPython App) to launch some 
subprocesses 
to do crunching, and those processes don't need a UI, then you can do that with 
the 
subprocess module.

Sorry I have no examples, but if you figure out the specifics please post what 
you 
did here so others can do it, too.

Paul
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to