[Sugar-devel] Sugar, PyGTK and Threadings

2011-05-15 Thread laurent bernabe
Hello everyone, 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). So i've read the PyGTK FAQ, particularly this page :PyGTK FAQ Question

Re: [Sugar-devel] Sugar, PyGTK and Threadings

2011-05-15 Thread Benjamin M. Schwartz
On 05/15/2011 01:01 PM, laurent bernabe wrote: in my application i'm developping using PyGTK, i want to use a separate Thread to do some stuffs on the application canvas To a first approximation, you should never use multiple threads in a PyGTK application. There is almost always an easier