Dimitar Penev
2014-09-27 20:00:45 UTC
Hi All,
I am very new to Python and guidata.
I have fount guidata package and after some study I found it very usefull.
I want to create a python program which will generate guidata based GUI and
the user will be able to run a simulation.
I want to split the GUI from the simulation(so both run stable and don't
lock each other) so I want to put the GUI in a
separate process using multiprocessing
<https://docs.python.org/3/library/multiprocessing.html#module-multiprocessing>
package.
For the inter process comunication I plat to use queues or pipes.
Do you think what I plan is feasible?
Any thoughts and comments?
Thank you.
Dimitar
I am very new to Python and guidata.
I have fount guidata package and after some study I found it very usefull.
I want to create a python program which will generate guidata based GUI and
the user will be able to run a simulation.
I want to split the GUI from the simulation(so both run stable and don't
lock each other) so I want to put the GUI in a
separate process using multiprocessing
<https://docs.python.org/3/library/multiprocessing.html#module-multiprocessing>
package.
For the inter process comunication I plat to use queues or pipes.
Do you think what I plan is feasible?
Any thoughts and comments?
Thank you.
Dimitar
--
You received this message because you are subscribed to the Google Groups "guidata/guiqwt" group.
To unsubscribe from this group and stop receiving emails from it, send an email to guidata_guiqwt+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "guidata/guiqwt" group.
To unsubscribe from this group and stop receiving emails from it, send an email to guidata_guiqwt+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/d/optout.