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

etreks at web.de etreks at web.de
Thu Dec 30 17:31:08 EST 2010


* Clemens Kaposi <mailinglists at obda.net> wrote on 30.12.2010 at 19:50:
> I am sorry.  I am an Arch and Gentoo Linux user, so supporting both
> Python 3.1.3 (Arch) and 2.7.1 (Gentoo) is an absolute must for me.  If
> you like, we could start a separate branch for older versions of
> Python.  After all, it is only a short script, and it shouldn’t be too
> much hassle to port it back.
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


More information about the Remind-fans mailing list