Open kyleabeauchamp opened 9 years ago
For example, here is some examples from jenkins:
SyntaxError: Missing parentheses in call to 'print'
File "build/bdist.linux-x86_64/egg/ensembler/utils.py", line 99
print e
^
SyntaxError: Missing parentheses in call to 'print'
File "build/bdist.linux-x86_64/egg/ensembler/cli.py", line 29
print command.helpstring
Thanks, I've fixed the print statements. There are a large number of other py3k compatibility issues though, so it will be a bit longer yet before I get py3k builds to work.
Might be useful to make py3k compatible at some point