GUI not updated from another thread when using PyGtk

Posted by appusajeev on Stack Overflow See other posts from Stack Overflow or by appusajeev
Published on 2010-01-14T19:04:40Z Indexed on 2010/06/13 2:02 UTC
Read the original article Hit count: 245

Filed under:
|
|

I am using PyGTK to build a GUI application. I want to update the textview widget from another thread but the widget is not getting updated everytime i try an update. What should i do to get a reliable GUI updating?

© Stack Overflow or respective owner

Related posts about python

Related posts about threading