So, i've been trying to compile a program using sconstruct, but i'm facing a problem. I got the following error when trying to compile a program using sconstruct.
D:\RN ENGINE - REV #1\neo>scons
scons: Reading SConscript files ...
File "sys/scons\scons_utils.py", line 19
except OSError, x:
^
SyntaxError: invalid syntax
I have tried to look for the file where the error is occured, which is scons_utils.py, but i didn't manage to find it, and the documentation didn't helped me very well. Is this a bug on the sconstruct itself, or i did something wrong? Thanks.
If something else is required in order to solve this, i won't hesitate to give it.