Closed GoogleCodeExporter closed 8 years ago
Original comment by jmalo...@gmail.com
on 27 Oct 2008 at 11:58
Hy there.
I've compiled the latest pywebkitgtk source( 1.0.2 ) only with this patch and I
get
this error when I try to run the example:
Traceback (most recent call last):
File "./program3.py", line 26, in <module>
import webkit
ImportError: /usr/lib/python2.5/site-packages/gtk-2.0/webkit.so: undefined
symbol:
gjs_value_get_nth_attribute
What do I do wrong ? I would really like to use pywebkitgtk for my project, and
DOM
access it's all that I'm missing now.
Original comment by fr.dan...@gmail.com
on 2 Nov 2008 at 11:37
it is essential that you use the webkit-glib version.
see http://pyjd.org and follow the links, there.
if you have a 64-bit x86 system (intel or amd) then there's a pre-built version
of
debian packages, on the http://pyjd.org site - if you're not using debian, the
.debs
can easily be unpacked or converted (e.g. with "alien").
also, can i recommend that you send a message to the webkit-dev mailing list, to
encourage people to get their act together?
contact me on pyjamas-dev google group to discuss this further if you need more
assistance.
Original comment by luke.lei...@gmail.com
on 2 Nov 2008 at 1:15
I added initial support for this in SVN. It's still a work-in-progress so it's
not
working yet. To build, just pass --with-gjs when invoking autogen.sh.
Original comment by jmalo...@gmail.com
on 18 Nov 2008 at 1:55
The bindings will only support WebKitGtk as it is upstream. If you need a
feature in
WebKitGtk, I encourage you to file a bug at http://bugs.webkit.org.
Thanks for the bug report.
Original comment by jmalo...@gmail.com
on 28 May 2009 at 9:55
Original issue reported on code.google.com by
luke.lei...@gmail.com
on 20 Aug 2008 at 2:28Attachments: