Python 3 fails due to a print statement that needs parentheses. It might be as easy as chasing down all the print statements to allow Python 3 to succeed. I'm aware of tools that do this automatically ("2to3" or similar), but I have no experience with them.
Python 3 fails due to a
print
statement that needs parentheses. It might be as easy as chasing down all the print statements to allow Python 3 to succeed. I'm aware of tools that do this automatically ("2to3" or similar), but I have no experience with them.