Re: [pygtk] Python 3 and introspection hackfest

2010-02-17 Thread Colin Walters
On Sat, Feb 13, 2010 at 7:41 PM, Tomeu Vizoso to...@tomeuvizoso.net wrote: Opinions? Once we agree on the above points, we can come up with a budget and a more detailed plan to present to the GNOME Foundation board. April works fine for me; thanks again for looking at a hackfest! I'm pretty

[pygtk] introspection pygobject branch

2009-10-13 Thread Colin Walters
Does anyone know the status of merging the Summer of Code branch for improving the GObject Introspection support? Is it blocked on patch review? ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ:

Re: [pygtk] Segfault with popup menus

2001-11-25 Thread Colin Walters
Colin Walters [EMAIL PROTECTED] writes: Paul Brannan [EMAIL PROTECTED] writes: With this program: [...] I have no idea what's causing self=0x0, but I suspect that's why the program is segfaulting. Works fine for me using python-gnome 1.4.1. Oops, spoke too soon, it doesn't work for me

Re: [pygtk] GnomeDialog + applet callback bug again

2001-11-24 Thread Colin Walters
James Henstridge [EMAIL PROTECTED] writes: Do you see the lockup behaviour in the C version if you add the following line to the main() function before applet_widget_init()?: g_thread_init(NULL); You will also need to link the test applet against the gthread library. If this hangs, then it