Python script fails to run

I suppose the script is written for python2 instead of python3, which requires parentheses for print as it is a function in python3, and not a statement as in python 2. But more things have changed so only adding the parantheses won’t fix it most of the time.

So try running it with python2.