wx.RichTextCtrl not working on wxpython 2.9

It seems that RichTextCtrl doens’t work on wxpython 2.9 - try running wx docs and demos or the file attached

wxapp6.py (675 Bytes)

Thanks, I'll look into this. There were some changes in the class hierarchy so maybe something didn't get reflected properly into the wrapper code and it's trying to call the wrong base class methods or something...

···

On 9/8/11 5:24 AM, uhz wrote:

It seems that RichTextCtrl doens't work on wxpython 2.9 - try running wx
docs and demos or the file attached

--
Robin Dunn
Software Craftsman

Yep, that was the problem. I'll try to get a quickie release done to correct this issue soon.

···

On 9/8/11 12:08 PM, Robin Dunn wrote:

On 9/8/11 5:24 AM, uhz wrote:

It seems that RichTextCtrl doens't work on wxpython 2.9 - try running wx
docs and demos or the file attached

Thanks, I'll look into this. There were some changes in the class
hierarchy so maybe something didn't get reflected properly into the
wrapper code and it's trying to call the wrong base class methods or
something...

--
Robin Dunn
Software Craftsman