On 19 November 2012 22:54, Vio <[email protected]> wrote:
<snip>

> print 'TRACE> entering serve_forever()'
> server.serve_forever()
>

This script will not return control back to GIMP, so the application
probably cannot continue past the loading of this script. You will need to
do this in an async fashion. You can try to register a glib timeout/idle
handler, though I am not sure if it will work.

-- 
Jon Nordby - www.jonnor.com
_______________________________________________
gimp-developer-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/gimp-developer-list

Reply via email to