dooblem/bsync

SyntaxError: invalid syntax

Closed this issue · 1 comments

I am getting the following error when try to run it:

[root@linux-utils test]# ./bsync
File "./bsync", line 97
print(s, file=sys.stderr)
^
SyntaxError: invalid syntax

[root@linux-utils test]# python -V
Python 2.6.6

[root@linux-utils test]# uname -a
Linux linux-utils 2.6.32-504.16.2.el6.x86_64 #1 SMP Tue Mar 10 17:01:00 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux

my bad.. install python 3 and it worked