[Remind-Fans] Minimalist curses frontend with a navigable month view

Clemens Kaposi mailinglists at obda.net
Tue Jan 4 15:31:59 EST 2011


Dougie Lawson <dl1ims at gmail.com> wrote:
> New version gets further on Ubuntu Maverick with Python 2.6 but fails
> with:
> 
> dougie at 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
> dougie at The-Doctor:~$

(At least) this part should work with Python 2.6 now.  Thanks for your
patience.


More information about the Remind-fans mailing list