Re: [pygtk] Simple threading prevents quitting

2010-02-23 Thread Tobias Weber
On 22.02.2010, at 16:18, Tobias Weber wrote: > This changes nothing when using X11, but on a Quartz build gtk.main_quit() no > longer exits the process, only SIGKILL does! BTW this happened on both 10.5 with MacPorts and 10.6 with my own build I found another mention of the problem, and a propo

[pygtk] Simple threading prevents quitting

2010-02-22 Thread Tobias Weber
Hi, on the Mac the following works fine with both X11 and Quartz: http://www.pygtk.org/pygtk2tutorial/examples/helloworld.py I then added a single line to prepare for simple threading as mentioned on: http://faq.pygtk.org/index.py?req=show&file=faq20.001.htp gobject.threads_init() This c