import webkit fails with an ImportError
Posted
by
Stuart K
on Stack Overflow
See other posts from Stack Overflow
or by Stuart K
Published on 2010-12-21T08:51:03Z
Indexed on
2010/12/21
8:54 UTC
Read the original article
Hit count: 332
When I import webkit
on Ubuntu 10.04 I get the following error:
Traceback (most recent call last):
File "test.py", line 1, in <module>
import webkit
File "/usr/lib/pymodules/python2.6/webkit/__init__.py", line 19, in <module>
import webkit
ImportError: /usr/lib/pymodules/python2.6/webkit/webkit.so: undefined symbol: webkit_web_frame_get_global_context
I think all the packages I need are installed. Does anyone have an idea of why this is failing?
© Stack Overflow or respective owner