My Mac have python2.7 by default, and the scons3 have been installed successfully.However when compile the code, it still throws a
SyntaxError: invalid syntax. i just go into the project folder and type
scons -q
then it shows
scons: Reading SConscript files ...
File "/Users/andromedae/physbam/PhysBAM_Tools/SConstruct", line 428
print "%s has %d symbols exported"%(library_name,len(defs.keys()))
^
SyntaxError: invalid syntax
like it using python3? i have python3 installed by anaconda. but all i have done is:
python setup.py install
cd \project
scons -q