[pygtk] segfault when using gtk.glade.set_custom_handler() on windows

2006-05-17 Thread Abel Daniel
Hi! I'm trying to create a windows installer for a small app that uses python + pygtk + gtk with the 'py2exe + innosetup' method. For that I first have to get the app working with hand-installed python + pygtk + gtk, of course (so that I can run py2exe and copy the necessary dll-s). I installed

[pygtk] problem with starting pygtk inside ipython

2006-05-17 Thread John Pye
Hi all If I launch ipython using 'ipython -gthread' then type 'import pygtk' followed by 'pygtk.require('2.0')' then I get an error. Has anyone else seen this? What is the workaround, if any? Does 'ipython -gthread' already import pygtk, perhaps? This effect makes it hard to use existing modules

Re: [pygtk] gtk.TreeModelRowIter.next

2006-05-17 Thread Brian
On Tue, 2006-16-05 at 23:33 -0700, David M. Cook wrote: > On Tue, May 16, 2006 at 10:54:40PM -0700, Brian wrote: > > It says: > > > > When there are no more rows left the StopIteration exception is raised. > > > > But I can't find out any more about the StopIteration. ie. where is it > > defined

Re: [pygtk] gtk.TreeModelRowIter.next

2006-05-17 Thread Johan Dahlin
Brian skrev: It says: When there are no more rows left the StopIteration exception is raised. But I can't find out any more about the StopIteration. ie. where is it defined, where do you import it from. I can't find it in any of the gtk.Constants, treeview, treemodel, etc.. The only code I g

Re: [pygtk] gtk.TreeModelRowIter.next

2006-05-17 Thread Greg Ewing
Brian wrote: But I can't find out any more about the StopIteration. ie. where is it defined, where do you import it from. Its a builtin. You don't have to import it. -- Greg ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/li