wxpython on osx

Hi All,

I am currently trying to get an application I developed which uses a TextCtrlAutoComplete to work on OSX. TextCtrlAutoComplete is implemented using wx.ListCtrl and wx.PopupWindow.

As far as I can see wx.PopupWindow is not currently supported on the Mac platform with wxwidgets and so I am guessing is not supported in wxPython:

https://sourceforge.net/tracker/?func=detail&atid=359863&aid=1660984&group_id=9863

Is this feature currently being worked on by anyone? I’d love to help out and at the very least I would be willing to test some patches.

-Harry