Solved it, it was caused by "infobar" which seems have some bugs combined with threaded function. Parent-> start new function in a thread and show the infobar -> process completes -> hide the infobar -> spawn a new dialog window.
On 26/12/2013, Ronald Sayers <[email protected]> wrote: > Hello, > > I just added a infobar into my application - > https://github.com/wifiextender/pshot and the uploading processes is > started in a new thread - > thread.start_new_thread(self.on_upload_clicked, > ("start_in_new_thread", )) . Once it reaches the point - if > resp_json['success']: , I get the following message, not every time > but it happens and closes the whole application: > > (pshot.py:5016): Gdk-WARNING **: pshot.py: Fatal IO error 11 (Resource > temporarily unavailable) on X server :0. > _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
