when I tryed to install some soft by python install.py, I had that problem:
How can I fix it?File "install.py", line 5
print "Raspbmc installer for Linux and Mac OS X"
^
SyntaxError: invalid syntax
Thank you...
How can I fix it?File "install.py", line 5
print "Raspbmc installer for Linux and Mac OS X"
^
SyntaxError: invalid syntax
Code: Select all
python2.7 install.py
Thank you. It was helpfull.antiloquax wrote:TryCode: Select all
python2.7 install.py