Dougie Lawson <[email protected]> wrote: > New version gets further on Ubuntu Maverick with Python 2.6 but fails > with: > > dou...@the-doctor:~$ ./obdaRemind.py > Traceback (most recent call last): > File "./obdaRemind.py", line 298, in <module> > curses.wrapper(lambda stdscr: ObdaRemind(stdscr).run()) > File "/usr/lib/python2.6/curses/wrapper.py", line 43, in wrapper > return func(stdscr, *args, **kwds) > File "./obdaRemind.py", line 298, in <lambda> > curses.wrapper(lambda stdscr: ObdaRemind(stdscr).run()) > File "./obdaRemind.py", line 258, in run > self.set_date(self.today) > File "./obdaRemind.py", line 217, in set_date > box.set_reminders(date, *self.calendar[key]) > File "./obdaRemind.py", line 105, in set_reminders > self.render() > File "./obdaRemind.py", line 77, in render > text = self.get_text() > File "./obdaRemind.py", line 116, in get_text > text[0] += ' ({})'.format(len(self.reminders)) > ValueError: zero length field name in format > dou...@the-doctor:~$
(At least) this part should work with Python 2.6 now. Thanks for your patience. _______________________________________________ Remind-fans mailing list [email protected] http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans Remind is at http://www.roaringpenguin.com/products/remind
