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

Clemens Kaposi mailinglists at obda.net
Thu Dec 30 12:24:09 EST 2010


Dougie Lawson <dl1ims at gmail.com> wrote:
> It didn't work for me. Running on Ubuntu Maverick with Python 2.6.
> 
> I got this output:
> 
> dougie at 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'
> dougie at 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. ;-)
-------------- 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/20101230/0bf2edcc/attachment.pgp>


More information about the Remind-fans mailing list