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

Dougie Lawson dl1ims at gmail.com
Sun Jan 2 19:47:47 EST 2011


On 2 January 2011 19:31, Clemens Kaposi <mailinglists at obda.net> wrote:

> Thanks—obviously, calling remind with `1 Dez 2010` as the date part
> cannot work.  I have just fixed the bug and pushed the new version
> upstream.
>

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:~$




-- 
http://twitter.com/DougieLawson
http://facebook.com/DougietheIMSman


More information about the Remind-fans mailing list