On Tue, Jun 17, 2003 at 10:12:29PM +0200, Thomas Sonne Olesen wrote:

> > >   File "/usr/local/bin/pyblink", line 104, in save
> > >     r=self.get_value(iter,0)
> > > TypeError: iter must be a GtkTreeIter

Try putting a 

print `iter`

here (with backticks, or use repr()) to see whether the iter is None at this
point.

Dave Cook
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to