2010/5/4 Ian Ward <[email protected]> > 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 >
oh, it works, thank you.
_______________________________________________ Urwid mailing list [email protected] http://lists.excess.org/mailman/listinfo/urwid
