Colin Walters wrote:

>So,
>
>I was hoping that upgrading to python-gnome 1.4.1 would solve this
>bug where creating a GnomeDialog from an applet callback causes a
>hangup, but it didn't.  It was suggested earlier that this might be
>a bug in the GNOME libraries, but I don't think so.  I've attached
>basically equivalent programs in C and Python, and only the Python
>one shows the bug (at least for me).
>
>Anyone made any progress on figuring out this bug?
>
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 narrows down the problems substantially.

James

-- 
Email: [EMAIL PROTECTED]
WWW:   http://www.daa.com.au/~james/



_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to