I have just uploaded pygtk-1.99.11 and gnome-python-1.99.11, which include many bug fixes. PyGTK can be downloaded from one of the below locations: ftp://ftp.gtk.org/pub/gtk/python/v2.0/pygtk-1.99.11.tar.gz http://ftp.gnome.org/pub/GNOME/earthquake/sources/pygtk/pygtk-1.99.11.tar.gz
Gnome-python can be downloaded from: http://ftp.gnome.org/pub/GNOME/earthquake/sources/gnome-python/gnome-python-1.99.11.tar.gz You will also need orbit-python-1.99.0 to compile gnome-python, which is available from: http://ftp.gnome.org/pub/GNOME/earthquake/sources/orbit-python/orbit-python-1.99.0.tar.gz (if it is already installed, you should recomplile it after upgrading pygtk). The pygtk release has many bug fixes and new features, including: * signal handlers now participate in cyclic GC (thanks to Arjan) * boxed objects are not copied when calling signal handlers * better handling of GdkRectangle arguments. * make gtk.TreeModel.iter_next() return an iter representing the next row, rather than modifying its argument * wrap gtk.TreeModel.iter_parent() and gtk.TreeModel.iter_nth_child() correctly. * gtk.TreeModel.get_iter() now takes a single argument (the tree path) instead of a variable number of integer arguments. * treat integers as single index GtkTreePaths (convenient when working with gtk.ListStore). * fix gtk.Menu.popup() segfault. * various other bug fixes and memory leak fixes. The gnome-python release includes the following: * some additions to the GConf wrapper * add a gnome.vfs module (still incomplete, but has the basics) * updates to work with new PyGTK. Bugs can be reported at: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-python&version=1.99.x James. -- Email: [EMAIL PROTECTED] | Linux.conf.au 2003 Call for Papers out WWW: http://www.daa.com.au/~james/ | http://conf.linux.org.au/cfp.html _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
