Visgean Skeloru wrote on 2010-05-04 09:01: > Hello, I wrote this code: http://gist.github.com/389121 , but it´s > returning me this error: http://gist.github.com/389374 , as you can see > from this code: http://gist.github.com/389123 the problem isn´t in > self.paths... Do you know where problem could be? > > > > _______________________________________________ > Urwid mailing list > [email protected] > http://lists.excess.org/mailman/listinfo/urwid
Your _get_at_pos needs to always return a position and a widget. The last else: only returns a widget. Ian _______________________________________________ Urwid mailing list [email protected] http://lists.excess.org/mailman/listinfo/urwid
