Open GoogleCodeExporter opened 9 years ago
I searched WebKitSecurityOrigin, WebKitWebDataSource and WebKitNetworkResponse,
from source code, I seem these structs are since webkit-1.1.14, so I install
the webkit-1.1.15, and there are no errors any more!
Original comment by gebing8...@gmail.com
on 25 Apr 2013 at 6:16
I use webkit-1.1.15 and install pywebkitgtk successfully, but still error, when
I try to import webkit in python, it says:
>>> import webkit
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/python/lib/python2.7/site-packages/webkit/__init__.py", line 21, in <module>
import webkit
ImportError: /usr/local/python/lib/python2.7/site-packages/webkit/webkit.so:
undefined symbol: webkit_web_frame_get_network_response
==============================================================
I google webkit_web_frame_get_network_response, and find this is since
webkit-1.1.18, and I install webkit-1.7.1 now, but I don't know whether there
is any mistake!!!
Original comment by gebing8...@gmail.com
on 27 Apr 2013 at 6:49
Original issue reported on code.google.com by
gebing8...@gmail.com
on 25 Apr 2013 at 12:38