GnomePython 2.11.2 has been just released. This is an unstable release for your testing pleasure.
GnomePython provides python interfacing modules for most of the GNOME Developer Platform libraries (except those already wrapped somewhere else.) Currently the list of provided python modules includes: - gnome, gnome.ui - gnomecanvas - gnomevfs - gconf - bonobo, bonobo.activation, bonobo.ui The source tarball can be found here: http://ftp.gnome.org/pub/GNOME/sources/gnome-python/2.11/ Please file bug reports (bugs, missing APIs) here: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-python Overview of Changes from gnome-python 2.10.0 to gnome-python 2.11.2 =================================================================== * gconf - Fix conversion problems in handle returned by gconf.Client.notify_add (Gustavo Carneiro, Beno�t Dejean) - Add gconf.Engine type to the module dict (Gustavo) - Add gconf.Engine.associate_schema (Gustavo) - Add gconf.Client.recursive_unset (Gustavo) * gnomecanvas - Add set_scroll_region, get_scroll_region canvas methods (Duarte Henriques) - Fix deprecation warnings in canvas example (Gian Mario Tagliaretti) * gnomevfs - Add wrapper for gnome_vfs_resolve (Beno�t Dejean) - Support for Python VFS modules code revived and fixed (Johan Dahlin, Sidnei da Silva, Gustavo) - Add OPEN_TRUNCATE gnomevfs constant (Johan) - Add gnomevfs.Context (Johan, Sidnei) - Allow passing of arbitrary Python objects from Pyhon programs to Python VFS modules through gnomevfs.async.Handle.control() (Gustavo, Johan, Sidnei) - Wrap check_cancellation() and cancel() methods of gnomevfs.Context (Sidnei) Happy testing! -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> The universe is always one step beyond logic _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
