Dougie Lawson <[email protected]> wrote: > It didn't work for me. Running on Ubuntu Maverick with Python 2.6. > > I got this output: > > dou...@the-doctor:~$ ./obdaRemind.py > Traceback (most recent call last): > File "./obdaRemind.py", line 288, 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 288, in <lambda> > curses.wrapper(lambda stdscr: ObdaRemind(stdscr).run()) > File "./obdaRemind.py", line 248, in run > self.set_date(self.today) > File "./obdaRemind.py", line 195, in set_date > reminders = subprocess.check_output([ > AttributeError: 'module' object has no attribute 'check_output' > dou...@the-doctor:~$
Thanks, Dougie, for testing. I just checked the Python docs, and `subprocess.check_output` (which calls `remind`) has been added in Python 2.7 only. I will modify this later to also work with 2.6. I hope this is the only trap. ;-)
pgpn6Xf8CRUMj.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
