Green-Recorder "SyntaxError: invalid syntax" when executing the binary, python 2.7, Fedora 32
by TheJooomes from LinuxQuestions.org on (#53MM5)
I get this output when executing the green-recorder binary
Code:[james@localhost green-recorder-master]$ ./green-recorder
File "./green-recorder", line 74
print "You are recording on: " + str(DisplayServer)
^
SyntaxError: invalid syntaxSo my first thought was there's a syntax error 'cause it says it right there. I don't know python at all so I'd have no hope of fixing it myself, and I can't find any complaints about it with the project so it's probably correct and something else is the problem.
This isn't a big priority for me so I ain't gonna spend days figuring out python, I'm hoping someone with time to burn who does know python can help me out with this, if not, eh.
Oh yea, I do have the python27 package installed for python 2 support.


Code:[james@localhost green-recorder-master]$ ./green-recorder
File "./green-recorder", line 74
print "You are recording on: " + str(DisplayServer)
^
SyntaxError: invalid syntaxSo my first thought was there's a syntax error 'cause it says it right there. I don't know python at all so I'd have no hope of fixing it myself, and I can't find any complaints about it with the project so it's probably correct and something else is the problem.
This isn't a big priority for me so I ain't gonna spend days figuring out python, I'm hoping someone with time to burn who does know python can help me out with this, if not, eh.
Oh yea, I do have the python27 package installed for python 2 support.