Re: pygtk transition

2003-09-01 Thread Sebastien Bacher
Matthias Klose <[EMAIL PROTECTED]> writes: > Do I need to understand this? Currently I do not ... It's the 3rd mail on this list about this list about this. The package renaming was discuted last week, I've just sent this mail to say that the new packages are available. > If you rename package

Re: pygtk transition

2003-09-01 Thread Matthias Klose
Sebastien Bacher writes: > > Hello, > > The new pygtk 1.2 packages are available: > > python-gtk-1.2 > python-gnome-1.2 > python-glade-1.2 > python-gdk-imlib-1.2 > > Package which have some depends on old packages > (python-gtk/gnome/glade/gdk-imlib) have to update them. > > Don't forget to ch

pygtk transition

2003-08-31 Thread Sebastien Bacher
Hello, The new pygtk 1.2 packages are available: python-gtk-1.2 python-gnome-1.2 python-glade-1.2 python-gdk-imlib-1.2 Package which have some depends on old packages (python-gtk/gnome/glade/gdk-imlib) have to update them. Don't forget to check that py files have changes to run with pygtk2 as

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