Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not fully compatible with Python3 #3

Open
cgail914 opened this issue Jan 22, 2019 · 1 comment · May be fixed by #8
Open

Not fully compatible with Python3 #3

cgail914 opened this issue Jan 22, 2019 · 1 comment · May be fixed by #8

Comments

@cgail914
Copy link

cgail914 commented Jan 22, 2019

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.

@jose1711
Copy link

jose1711 commented May 2, 2019

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

@ThePixelbrain ThePixelbrain linked a pull request Aug 4, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants