NDAR / nda-tools

Python package for interacting with NDA web services. Used to validate, submit, and download data to and from NDA.
MIT License
48 stars 22 forks source link

Seems to require python 3? #9

Closed alexlicohen closed 4 years ago

alexlicohen commented 5 years ago

downloadcmd crashes on python 2: Traceback (most recent call last): File "/Users/alex/anaconda/bin/downloadcmd", line 7, in <module> from NDATools.clientscripts.downloadcmd import main File "/Users/alex/anaconda/lib/python2.7/site-packages/NDATools/clientscripts/downloadcmd.py", line 7, in <module> from NDATools.Download import Download File "/Users/alex/anaconda/lib/python2.7/site-packages/NDATools/Download.py", line 94 print(*args, **kwargs) ^ SyntaxError: invalid syntax

works in python 3...

obenshaindw commented 5 years ago

@alexlicohen I think the latest release fixes the python2 incompatibilities. Would you mind trying again from python2.7 with the latest version?