choderalab / ensembler

Automated omics-scale protein modeling and simulation setup.
http://ensembler.readthedocs.io/
GNU General Public License v2.0
53 stars 21 forks source link

py3k support #19

Open kyleabeauchamp opened 9 years ago

kyleabeauchamp commented 9 years ago

Might be useful to make py3k compatible at some point

kyleabeauchamp commented 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
danielparton commented 9 years ago

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.