[email protected] <[email protected]> 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.
pgpm9BaX0taCd.pgp
Description: PGP signature
_______________________________________________ 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
