dvr-recover icon indicating copy to clipboard operation
dvr-recover copied to clipboard

Not fully compatible with Python3

Open cgail914 opened this issue 6 years ago • 1 comments

Under Ubuntu 18.04, using Python 3.6.7, can't run the script.

christo@cga-HomeLinux:~/dvr-recover-master$ python3 dvr-recover.py File "dvr-recover.py", line 727 print '[%5.1f%%] %i/%i blocks (%.1f bl/s; '
^ SyntaxError: invalid syntax

I installed python2.7, it works. I'm no python expert, i didn't spend time trying to suggest a fix for the script.

cgail914 avatar Jan 22 '19 19:01 cgail914

2to3 script can possibly be used to convert this to python3

jose1711 avatar May 02 '19 15:05 jose1711