Description:
pywebkitgtk-devel is the discussion group for PyWebKitGtk, a Python bindings project for the WebKit Gtk+ port.
|
|
|
getting text at pointer position
|
| |
Hi All,
I would like to ask whether it is possible to get something like a
mouse-over effect in webkit. I know that I can have that in the html
document by invoking some javascript, however, I would not like to go
down that road. E.g., if I wanted to extract a sentence at the
position of the mouse, could I get it by hooking up my function to... more »
|
|
Intercepting html
|
| |
I would like to modify the html for a web site before displaying it so
that I can change the background color and filter out elements. Is
there a way to do this using pywebkitgtk?
|
|
Pywebkitgtk new object bindings help
|
| |
Hi.
I'm trying to implement a "get_headers" function in network_response
in
pywebkit, but i'm having some problems with the bindings.
I added this to the types definitions, webkit/webkit-1.1-types.defs:
(define-object SoupMessage
(in-module "Soup")
(parent "GObject")
(c-name "SoupMessage")... more »
|
|
win32 version
|
| |
Is it possible to use PyWebKitGtk on windows (and OSX)?
|
|
easy_install pywebkitgtk fails
|
| |
I'm putting automated dependency resolution into my project using
buildout but the pywebkitgtk package cannot be installed with
easy_install because it does not have a setup script. See the console
output:
$ easy_install --user pywebkitgtk==1.1.8
Searching for pywebkitgtk==1.1.8
Reading [link]... more »
|
|
|