I just put up a tarball of PyGTK 2.7.0 on ftp.gnome.org, it can be fetched from:
ftp://ftp.gnome.org/pub/GNOME/sources/gnome-python/2.7/ once the mirrors have synced correctly. Highlights for this release: Proper gobject.new support Cairo bindings Improved property wrapping, no more set/get_property! New GObject metaclass, no more type_register GIOChannel and GSource wrappers What's new since 2.6.2? - GIOChannel wrapper (Gustavo, John Ehresman, Manish) - GSource wrapper (Manish) - Allow creation of python classes through gobject.new (Gustavo, John Ehresman, Benjamin Otte) - Improved GObject property support (Gustavo, IƱaki, Johan) - Improved ParamSpec wrapping (Johan) - Add gdkcairo and pangocairo wrapping, depends on pycairo (Gustavo) - 2.8 API updates (Johan) - Add GObject metaclass, making type_register unnecessary (Gustavo) - C++ compilation fixes (Manish) - Handle longs/ints better (Gustavo) - Support new GType fundamentals (Edward Hervey, Johan) - Improved GType wrapping (Johan) - Support for specifying GType name (Johan) - GtkContainer iterator support (Johan) - Support for subclasses that implements scrolling (Gustavo, Johan) - Bug fixes/Misc fixes (Steve Chaplin, Tim Evans, John Finlay, Cedric Gustin, Edward Hervey, Christian Kirbach, Tuure Laurinolli, Benjamin Otte, Manish Singh, Gian Mario Tagliaretti, Fernando San Martin Woerner) The wrapping for 2.7.x widgets should be pretty complete, but it might have some missing functionality, make sure to us it together with the latest version of Johns reference manual, found at: http://www.moeraki.com/pygtkreference/pygtk2reference/index.html This is an unstable release and needs to be well tested, so we're happy if users and developers can test their program against it, but don't be surprised if you find a bug or two. Enjoy. -- Johan Dahlin <[EMAIL PROTECTED]> _______________________________________________ language-bindings mailing list [email protected] http://mail.gnome.org/mailman/listinfo/language-bindings _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
