James Henstridge <[EMAIL PROTECTED]> wrote:
> I have uploaded a new version of PyGTK.  This version contains bug fixes 
> and some new features for the tree view wrapper.  It should be safe as a 
> drop in replacement for 1.99.11 (no API breakage).

Thanks James, the new tree API looks much easier :-)

I've made a new release of the 1.2-safe version (Gtk+-2.0 bindings that
can coexist with the 1.2 bindings) here:

        http://rox.sourceforge.net/rox_lib.php3

(the page is actually about ROX-Lib, a python library that uses pygtk2, but
you can just download pygtk from there if that's all you want)

To use this version, change the first line of your programs from 'import
gtk' to 'import gtk2 as gtk'. If you use ROX-Lib, do:

        from rox import g
        win = g.Window()

and ROX-Lib (CVS version) will automatically choose whichever version of
pygtk2 is installed.

This release also has the examples converted using a simple python script.
Note that some of the examples are for 1.2 (and, therefore, never worked)
but have still had their import statements changed to gtk2. Just ignore
them!

Feedback welcomed...

(PS: any chance of a link from the FAQ?)


-- 
Thomas Leonard                  http://rox.sourceforge.net
[EMAIL PROTECTED]          [EMAIL PROTECTED]
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to