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

Dougie Lawson dl1ims at gmail.com
Thu Dec 30 11:36:57 EST 2010


On 29 December 2010 21:06, Clemens Kaposi <mailinglists at obda.net> wrote:

> If you are interested, you can check out [obdaRemind][1] over at GitHub.
> Contributions are, of course, always welcome.
>

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:~$


The reminder files I'm running with have just two entries:

# TKTAG1 Next reminder was created with TkRemind.  DO NOT EDIT
# -global-OptionType 1 -global-SkipType 1 -text-day1 31 -text-mon1
December -text-year1 2010 -global-repbut 0 -text-repdays 1
-text-wkday2 Thursday -text-day2 30 -text-mon2 December -text-year2
2010 -text-ordinal Last -text-wkday3 Thursday -text-mon3 December
-text-year3 2010 -global-expbut 0 -text-expday 30 -text-expmon
December -text-expyear 2010 -global-advbut 0 -text-advdays 3
-global-advcount 1 -global-dSunday 1 -global-dMonday 0
-global-dTuesday 0 -global-dWednesday 0 -global-dThursday 0
-global-dFriday 0 -global-dSaturday 1 -global-timebut 0 -text-timehour
12 -text-timemin 00 -text-ampm PM -global-timeadvbut 0 -text-timeadv
15 -global-timerepbut 0 -text-timerep 5 -global-durationbut 0
-text-durationh 1 -text-durationm 00 -entry-entry {New Years Eve}
REM TAG TKTAG1 31 December 2010 MSG New Years Eve
# TKEND
#
FSET isFirstFull(date) \
           monnum(moondate(2, date)) == \
           monnum(moondate(2, moondate(2, date)+1))
#!P: Cannot purge SATISFY-type reminders
REM 1 SATISFY isFirstFull(trigdate())
        set blue moondate(2, moondate(2,trigdate())+1)
MSG Next blue moon is [trigger(blue)]
#



-- 
http://twitter.com/DougieLawson
http://facebook.com/DougietheIMSman


More information about the Remind-fans mailing list