openSUSE/trollolo

Missing parentheses in call to 'print'

Closed this issue · 1 comments

Setup the project according to Readme.md, then after creating burndown-data-01.yaml when I call trollolo plot 01 or trollolo plot 1 it gives the following error:

File "/home/raounak/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/trollolo-0.2.0/scripts/create_burndown.py", line 39 print args ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(int args)?

Ok so I got it, its python version problem. It runs on python 2 and I am using python 3