[pygtk] Tow instance of the same pyGTK application in a the same
process
Cyril Giraudon
cyril.giraudon at free.fr
Wed Jan 24 17:50:53 WST 2007
Hi,
I have a PyGTK application which works fine (scientific visualization
application based on matplotlib).
> python myGTKApp.py
And some beautiful curves appear.
Now I 'd like to launch several instance of this application from a
process with threads.
All instances share nothing at all but the master thread can communicate
with them (simple requests).
What are the prerequisites for the PyGTK application ?
What is the easier method to instantiate this app from a process ?
I forget, It's on Windows XP :-(
Thanks a lot,
Cyril.
More information about the pygtk
mailing list