Hi all!
So I downloaded godot master and tried to build, no dice. The build script fails almost immediately with
Traceback (most recent call last):
File "SConstruct", line 3, in <module>
EnsureSConsVersion(0, 98, 1)
NameError: name 'EnsureSConsVersion' is not defined
I tried installing SCons as part of the Python standard library with
python setup.py install --standard-lib
but that didn't help. Any ideas or pointers? Maybe there's something further in SCons or Godo-master I need to set up first?