[Remind-Fans] Minimalist curses frontend with a navigable month view
Clemens Kaposi
mailinglists at obda.net
Sun Jan 2 14:31:17 EST 2011
etreks at web.de <etreks at web.de> wrote:
> Besides python 2.6 python 3.1 is installed on my LinuxMint and when
> using version 3.1 this happens:
>
> /home/klex/python3.1 obdaRemind.py
> Traceback (most recent call last):
> File "obdaRemind.py", line 298, in <module>
> curses.wrapper(lambda stdscr: ObdaRemind(stdscr).run())
> File "/usr/lib/python3.1/curses/wrapper.py", line 44, 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 208, in set_date
> '1', new_date.strftime('%b'), new_date.strftime('%Y'),
> File "obdaRemind.py", line 29, in check_output
> raise subprocess.CalledProcessError(retcode, command, output=output)
> subprocess.CalledProcessError: Command '['remind', '-gaaad', '-p',
> '-s+6', '/home/klex/.reminders', '1', 'Dez', '2010']' returned non-zero
> exit status 1
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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.roaringpenguin.com/pipermail/remind-fans/attachments/20110102/f6bd7ef9/attachment.pgp>
More information about the Remind-fans
mailing list