Re: [pygtk] CVS branches and plans for the future.

2003-09-07 Thread Andrew P. Lentvorski, Jr.
On Sun, 7 Sep 2003, John K Luebs wrote: Currently, pygtk seems to be supporting both Python 2.2 and 2.3. What does 2.3 have that 2.2 does not have that would warrant ditching support for 2.2? Lots of Unicode fixes and some object system cleanups. To be clear, I am *not* advocating that pygtk

Re: [pygtk] CVS branches and plans for the future.

2003-09-07 Thread James Henstridge
On 07/09/03 14:27, John K Luebs wrote: Currently, pygtk seems to be supporting both Python 2.2 and 2.3. What does 2.3 have that 2.2 does not have that would warrant ditching support for 2.2? If it ain't broke... Well, there is one feature found in Python 2.3's C API that could be useful, and

[pygtk] TextView / TextBuffer autoscroll to end

2003-09-07 Thread Martin Preishuber
Hi all, I tried to solve the following small problem for the 3rd time now and didn't find a solution, so I thought I'd ask here :) The problem is the following: I have a ScrolledWindow containing a TextView widget with a TextBuffer. I insert text into the TextBuffer with .insert_at_cursor(text).

Re: [pygtk] CVS branches and plans for the future.

2003-09-07 Thread Tim Evans
John K Luebs wrote: Currently, pygtk seems to be supporting both Python 2.2 and 2.3. What does 2.3 have that 2.2 does not have that would warrant ditching support for 2.2? One small feature that might be nice is that Python 2.3 makes it easy for types created by C code to have class methods, by

[pygtk] Cant get gnome-python bonobo module to work

2003-09-07 Thread Nick Hudson
I am having trouble getting apps that work with gnome-python to work due to it cant find bonobo.ui here is a error that I get when I try to run gDesklets: Traceback (most recent call last): File /opt/lunar/gnome/2/bin/gdesklets, line 4, in ? from main import HOME File

[pygtk] ANNOUNCE: PyGtkGLExt 0.99.2 released

2003-09-07 Thread Naofumi Yasufuku
Hi PyGTK list members, PyGtkGLExt version 0.99.2 has been released. http://sourceforge.net/projects/gtkglext/ PyGtkGLExt is Python language binding for GtkGLExt, OpenGL Extension to GTK. This is the 1.0 release candidate for PyGtkGLExt. If all goes smoothly, 1.0.0 will appear in 1 week.