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   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to