[wxpython-users] BitmapFromBuffer deadlock
Conrado PLG
conradoplg at gmail.com
Wed Sep 10 10:05:43 PDT 2008
On Wed, Sep 10, 2008 at 02:49, Christopher Barker <Chris.Barker at noaa.gov> wrote:
> apparently not. IN general, wx.Bitmap manipulation is considered GUI, and
> thus not thread safe -- very little in wx is considered thread safe.
>
> Could you do the actual call in the main thread , triggered by a
> wx.CallAfter or something?
>
> -Chris
I see! I did that, and now it works. Thanks!
The strangest thing is that it worked on Windows all this time...
Multi-threaded programming can really be a headache...
Conrado
More information about the wxpython-users
mailing list