Re: [pygtk] PyGTK and visual python integration

2009-12-14 Thread Michele Mattioni
On Sun, Dec 13, 2009 at 8:09 AM, Angel Guzman Maeso shaka...@gmail.comwrote: 2009/12/7 Michele Mattioni matti...@gmail.com Hello PyGTK list, I'm trying to use Visual Python [1] with PyGTK. My goal is to run the PyGTK app from an ipython console with the interactive loop, to launch the

Re: [pygtk] TreeStores and rows-reordered signal

2009-12-14 Thread Neil Muller
On 12/14/09, Alessandro Dentella san...@e-den.it wrote: Hi, I'm probably misinterpreting what 'rows-reordered' means, but I thought that should be a signal emitted by a TreeStore when rows are reordered by DD operations. Am I wrong? rows-reordered is sent by actions such as sorting the

Re: [pygtk] Writing python bindings, getting pygobject_new_full assertion failed error. Need assistance.

2009-12-14 Thread John Stowers
On Sun, 2009-12-13 at 11:17 -0500, Adam Plumb wrote: Hallelujah! After days of agony and frustration I finally figured this out. I'm using the pygobject h2def.py script to generate my .defs file from the thunarx header files, and for all my object definitions (i.e. ThunarxMenuProvider,

Re: [pygtk] TreeStores and rows-reordered signal

2009-12-14 Thread Alessandro Dentella
On Mon, Dec 14, 2009 at 02:28:25PM +0200, Neil Muller wrote: On 12/14/09, Alessandro Dentella san...@e-den.it wrote: Hi, I'm probably misinterpreting what 'rows-reordered' means, but I thought that should be a signal emitted by a TreeStore when rows are reordered by DD