I’m trying to use the wx.webkit control, but I’m having this error when I try to test on pycrust:
PyCrust 0.9.5 - The Flakiest Python Shell
Python 2.5.2 (r252:60911, Jul 31 2008, 17:28:52)
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2
Type “help”, “copyright”, “credits” or “license” for more information.
import wx
f = wx.Frame(None, title=‘teste’)
import wx.webkit
wk = wx.webkit.WebKitCtrl(f, -1, “http://www.felipesampaio.com”)
Traceback (most recent call last):
File “”, line 1, in
File “/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/webkit.py”, line 72, in init
_webkit.WebKitCtrl_swiginit(self,_webkit.new_WebKitCtrl(*args, **kwargs))
NotImplementedError