castelao / seabird

Python parser for Sea-Bird CTD outputs, usually .cnv files.
BSD 3-Clause "New" or "Revised" License
49 stars 30 forks source link

cnv2nc error: "Missing parentheses in call to 'print'" #42

Closed sckw closed 6 years ago

sckw commented 6 years ago

capture

I am trying to convert my .cnv file to a .nc file using this command. But it is returning this error. Is it something obvious that I am doing wrong here?

Thanks.

sckw commented 6 years ago

I assume it's because I am using Python 3, and seabird should be used on Python 2?

castelao commented 6 years ago

Hi @sckw. This package should be Python 3 compatible as well. Somehow I missed that print. I'll fix it and upload a new release soon.

Thank you very much for reporting this.