autoplot / python

bridge from python, using jpype
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

print command breaks Python2.7 compatibility #3

Closed jbfaden closed 4 years ago

jbfaden commented 4 years ago

Line 54 of https://github.com/autoplot/python/blob/master/autoplot/jpypeutil.py has

print( status, end=' ' )

which prevents compiling on Python 2.7. This needs to be resolved.

jbfaden commented 4 years ago

I moved things around and this seemed to fix things. Both 2.7 and 3.7 have the one-line progress monitor now.