Hrvoje Niksic <[EMAIL PROTECTED]>,

> The problem with Gtk is that when the signal handler returns, it gives
> back control to the Gtk main loop, not to Python, so the code that is
> supposed to check for the signal-handler queue gets run only when the
> interpreter exits.

I think that the use of the signal is not the only possible solution for me.
But I don't know others inter process comunication tecnique.

My program must do this: if someone make some change to the data that the
program
manipulate other instance of the same program must update their own view.

Thanks in advance,

Luca.


_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to