On Mon, Aug 16, 1999 at 11:00:48AM +0200, Frederic Gobry wrote:
> Hello,
> 
> I've several questions/bug reports concerning gnome-python...
> 
> I've a threaded version of python, and I've tried to use mainiteration().
> It works well, excepted when the function is called from a callback. In that
> case, it hangs. (see the attached example) I have to surround my call to
> this function with a pair of thread_leaves()/threads_enter() to make it
> work. Is this normal ? I thought these functions were intended to allow
> calls of GTK that are not part of gnome-python...

This test works fine on my box with the latest version (that includes
threading fixes)

[msw@erwin /tmp]$ python test.py
before
in the loop
after
[msw@erwin /tmp]$

Matt
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to