thinblog / pywebkitgtk

Automatically exported from code.google.com/p/pywebkitgtk
Other
0 stars 0 forks source link

Fixed version of demo browser #41

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The demo browser program did not work for me. I was able to fix it. See
attachment.

Original issue reported on code.google.com by steven.s...@gmail.com on 7 Nov 2009 at 4:44

Attachments:

GoogleCodeExporter commented 8 years ago
The code is fixed by calling glib.threads_init() in the code before initializing
webkit object.

http://library.gnome.org/devel/pygobject/stable/glib-functions.html#function-gli
b--threads-init

Is that a webkit bug? Or is it expected that webkit needs glib threading 
subsystem
initialized before running?

Original comment by nosklo@gmail.com on 5 Feb 2010 at 11:11

GoogleCodeExporter commented 8 years ago

Original comment by jmalo...@gmail.com on 7 Aug 2010 at 10:03