Re: pygtk transition 1.2 -> 2

2003-08-10 Thread Sebastien Bacher
Joe Drew <[EMAIL PROTECTED]> writes: >> import pygtk >> pygtk.require('1.2') > > Will this also cover using gnome 1 bindings instead of gnome 2? Yes, these two line specify that you want to use gtk and gnome 1 bindings instead of the gnome 2 ones. > I assume that just prepending the above two l

Re: pygtk transition 1.2 -> 2

2003-08-10 Thread Joe Drew
On Fri, 2003-08-08 at 18:40, Sebastien Bacher wrote: > For the moment the default python bindings for gtk/gnome are 1.2 > version. It means that an "import gtk" in a .py will load gtk1.2. > > It's time to switch gtk/gnome 2 as the default bindings. > So all pygtk/gnome 1.2 programs have to use th

pygtk transition 1.2 -> 2

2003-08-08 Thread Sebastien Bacher
Hi, It seems to be transition time for python packages ;-) For the moment the default python bindings for gtk/gnome are 1.2 version. It means that an "import gtk" in a .py will load gtk1.2. It's time to switch gtk/gnome 2 as the default bindings. So all pygtk/gnome 1.2 programs have to use the