Problems with webview on Centos 7

Hi all

I’m trying to use a webview on Centos 7. My code works fine on Win/Mac, and I can use the webview from C++

with raw wxWidgets on Centos 7, so I have all the gtk libraries etc.

When I build wxPython, the webkit is recognised as being present in config, and build proceeds OK.

However when I try to use the webview I get an exception - wx.html2 is not available on this platform

Any idea what the issue might be.

Using wxPython 3.0.2.0

Thanks!