View Single Post
I'm a Python novice, maybe I'm doing something wrong, but I get nothing when I try any of the reports. I did fix the obvious problem with my home directory being something other than /Users/psidnell, but if I try to run linkgen.py I get
Code:
bash-3.2$ python linkgen.py 
  File "linkgen.py", line 6
    def __init__ (self, out, types = {'Folder', 'Project', 'Task'}, indent=4):
                                              ^
SyntaxError: invalid syntax
bash-3.2$
and the most I can get out of any of the other scripts is
Code:
# Weekly Progress Report

## Bill Palmer Sat Feb 09 2013

---
I'm running Python 2.6.1 on 10.6.8. Any suggestions on my next troubleshooting step?