Skip to content
cpatulea edited this page Sep 13, 2010 · 2 revisions

purepython-gobject implements a small part of glib/gobject in pure Python using pywin32.

purepython-gobject is meant to be interface-compatible with pygtk and to emulate the semantics of glib. In particular, purepython-gobject solves glib Bug 338943 – Multiple watches on the same socket.

Implemented APIs:

glib/gobject native implementation:
glib/gmain.c glib/gwin32.c glib/giowin32.c

Clone this wiki locally