Thanks. There were some recent changes that affected bitmaps with masks, and these samples were working then after some tweaks in wxPython. Perhaps something in wxWidgets changed again just before the release that broke it again. I’m looking into it…
To workaround you can use the new wx.Image.ConvertToRegion() method instead of wx.Region(bitmap)