Hello everyone,<br><br>in my application i'm developping using PyGTK, i want to use a separate Thread to do some stuffs on the application canvas (which on my application is set to a gtk.DrawingArea).<br>So i've read the PyGTK FAQ, particularly this page :<a href="http://faq.pygtk.org/index.py?req=show&file=faq20.006.htp">PyGTK FAQ Question 20.06</a><br>
<br>But i wonder if i still need to call <font style="color: rgb(255, 102, 102);" size="4"><b>gobject.threads_init() </b><font color="#000000"><font size="2">in the main module of my bundle (the one that is declared in the <a href="http://activity.info">activity.info</a>) as it is inherited from sugar.activity.activity.Activity class<br>
That is : does the </font></font></font><font style="color: rgb(255, 102, 102);" size="4"><font color="#000000"><font size="2">sugar.activity.activity.Activity already does the work for me ? Or where should i call threads_init() (as i don't call gtk.main() myself) ?<br>
<br>Regards<br></font></font></font>