Re: [pygtk] PyGObject 3.3.1 released

2012-05-01 Thread Mark Summerfield
Hi Martin, On Mon, 30 Apr 2012 16:25:24 +0200 Martin Pitt wrote: > I am pleased to announce version 3.3.1 of the Python bindings for > GObject. This is the first release of the 3.3 series which > eventually result in the stable 3.4 release for GNOME 3.6. [snip] > About PyGObject > ==

Re: [pygtk] PyGObject 3.3.1 released

2012-05-01 Thread Tomeu Vizoso
On Tue, May 1, 2012 at 09:32, Mark Summerfield wrote: > > I'm trying to learn PyGObject but find that a lot of material is > actually about PyGtk. > > Can you---or anyone---provide any links to projects that are using > PyGObject 3.x so that I can look at their source code? Hi Mark, do you know

Re: [pygtk] PyGObject 3.3.1 released

2012-05-01 Thread Mark Summerfield
Hi Tomeu, On Tue, 1 May 2012 11:01:23 +0200 Tomeu Vizoso wrote: > On Tue, May 1, 2012 at 09:32, Mark Summerfield wrote: > > > > I'm trying to learn PyGObject but find that a lot of material is > > actually about PyGtk. > > > > Can you---or anyone---provide any links to projects that are using >

Re: [pygtk] PyGObject 3.3.1 released

2012-05-01 Thread Tomeu Vizoso
On Tue, May 1, 2012 at 12:06, Mark Summerfield wrote: > Hi Tomeu, > > On Tue, 1 May 2012 11:01:23 +0200 > Tomeu Vizoso wrote: >> On Tue, May 1, 2012 at 09:32, Mark Summerfield wrote: >> > >> > I'm trying to learn PyGObject but find that a lot of material is >> > actually about PyGtk. >> > >> > C

Re: [pygtk] PyGObject 3.3.1 released

2012-05-01 Thread Mark Summerfield
Hi Tomeu, On Tue, 1 May 2012 12:16:01 +0200 Tomeu Vizoso wrote: > On Tue, May 1, 2012 at 12:06, Mark Summerfield > wrote: > > Hi Tomeu, > > > > On Tue, 1 May 2012 11:01:23 +0200 > > Tomeu Vizoso wrote: > >> On Tue, May 1, 2012 at 09:32, Mark Summerfield > >> wrote: > >> > > >> > I'm trying to

Re: [pygtk] PyGObject 3.3.1 released

2012-05-01 Thread Sebastian Pölsterl
Am 01.05.2012 15:15, schrieb Mark Summerfield: > Hi Tomeu, > [...] > > Is the "Python GTK+3 Tutorial" > (http://readthedocs.org/docs/python-gtk-3-tutorial/en/latest/index.html) > valid for PyGObject? It seems to use gi.repository, so it looks like it > is good to use? > Absolutely. In fact, it is

Re: [pygtk] PyGObject 3.3.1 released

2012-05-01 Thread Smartboy
I'm blowing my own horn a bit, but I started porting my own app SmartTE, a rich text editor (as opposed to a word processor) in the same vein as Wordpad for Windows, to PyGObject. It's still in its early stages, I've been crammed for time with my classes, and its not all that complete yet, but the

Re: [pygtk] PyGObject 3.3.1 released

2012-05-01 Thread Martin Pitt
Hello Mark, Mark Summerfield [2012-05-01 14:15 +0100]: > Is the "Python GTK+3 Tutorial" > (http://readthedocs.org/docs/python-gtk-3-tutorial/en/latest/index.html) > valid for PyGObject? It seems to use gi.repository, so it looks like it > is good to use? Yes, it is. In fact, it was written exactl