dvr-recover
dvr-recover copied to clipboard
Not fully compatible with Python3
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.
2to3 script can possibly be used to convert this to python3