python: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.

Hello !
I wrote a program that worked fine on Windows for several months. Now I have switched to Ubuntu 9.10 and when I tried to use my program, it became very unstable. I tried to isolate the problematic code and got this small example that demonstrate problem.
Can anyone give me some advice?
Vitalije

problem.py (2.6 KB)

···

To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com

or visit http://groups.google.com/group/wxPython-users?hl=en

Don't create or manipulate the wx.Bitmap or DCs in the thread. (wx.Image should be okay).

···

On 4/16/10 1:57 PM, Vitalije Milosevic wrote:

Hello !
I wrote a program that worked fine on Windows for several months. Now I
have switched to Ubuntu 9.10 and when I tried to use my program, it
became very unstable. I tried to isolate the problematic code and got
this small example that demonstrate problem.
Can anyone give me some advice?

--
Robin Dunn
Software Craftsman

--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en

Don't create or manipulate the wx.Bitmap or DCs in the thread.
(wx.Image should be okay).

--
Robin Dunn
Software Craftsmanhttp://wxPython.org

Thanks
Vitalije

···

--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en