WebKit related crash after update
All-In-One PyGI/PyGObject for Windows Installer
Status: Abandoned
Brought to you by:
tumagonx
After updating 3.10.2rev17 to 3.12.2rev4, I get this new error: "(python.exe:1036): Glib-GIO-ERROR **: Settings schema 'org.gnome.system.proxy' is not installed". After acknowledging the dialog box, Python crashes. The missing component seems to be installed via the gsettings-desktop-schemas package but this is unavailable in the PyGObjectWin32 installer.
This is the shortest code segment to reproduce the error:
from gi.repository import WebKit
session = WebKit.get_default_session()
Thanks, proxy schemas was there but not its dependencies (part of gsettings-desktop) so it failed to compile. Next time the entire gsettings-desktop will be included by default, my concern is many of the schemas are linux (gnome deskop) specific I hope it doesn't affect Win32.