lefakkomies / pynomo

Python nomographs (nomograms).
GNU General Public License v3.0
88 stars 24 forks source link

invalid syntax circ_scale.py, line 459 #2

Closed jonasstein closed 7 years ago

jonasstein commented 7 years ago

$ python setup.py install --user

returns here with python3

byte-compiling build/bdist.linux-x86_64/egg/pynomo/circ_scale.py to circ_scale.cpython-34.pyc
  File "build/bdist.linux-x86_64/egg/pynomo/circ_scale.py", line 459
    print "self.offset_f2 %g" % (self.offset_f2 * 180.0 / 3.1415)
                            ^
SyntaxError: invalid syntax

I guess ( ) are missing.

jonasstein commented 7 years ago

thank you for merging my fix. I close the ticket as solved.