Re: [Gimp-developer] Gimp choking on python invocation




On 19 November 2012 22:54, Vio <zazavio gmail com> 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]