[pygtk] How can I modify widgets from a forked process?

Link Master linkmaster032000 at gmail.com
Sun May 31 07:00:55 WST 2009


How can I modify widgets from a forked process (through os.fork)? This is
what I currently which does not work:

self.pid = os.fork()
if self.pid == 0:
    self.start.set_label("Start")
    self.hours.set_sensitive(True)
    self.minutes.set_sensitive(True)
    self.seconds.set_sensitive(True)
    self.message.set_sensitive(True)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.daa.com.au/pipermail/pygtk/attachments/20090530/ffa3ba38/attachment.html 


More information about the pygtk mailing list