Closed jonasstein closed 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.
thank you for merging my fix. I close the ticket as solved.
$ python setup.py install --user
returns here with python3
I guess ( ) are missing.