View Single Post
Great. That all makes sense. Right now, I'm just trying to get ofexport to run on my machine. I think I installed it correctly (put it in my home directory, etc.). I'm running 10.6.8. Don' t know if that's an issue.

When I issue the "ofexport -?" command in the terminal, this is what I get back:


Code:
Traceback (most recent call last):
  File "/Users/Redacted/ofexport/src/main/python/ofexport.py", line 25, in <module>
    from of_to_tp import PrintTaskpaperVisitor
  File "/Users/Redacted/ofexport/src/main/python/of_to_tp.py", line 17, in <module>
    from fmt_template import Formatter
  File "/Users/Redacted/ofexport/src/main/python/fmt_template.py", line 40
    self.nodes = {k:Template(v) for (k,v) in data['Nodes'].items()}
                                  ^
SyntaxError: invalid syntax
I get something the same message when I run "ofexport -o report.txt".