On 2 January 2011 19:31, Clemens Kaposi <[email protected]> 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:

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




-- 
http://twitter.com/DougieLawson
http://facebook.com/DougietheIMSman
_______________________________________________
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

Reply via email to