I want to add a module to Godot. It's my first attempt to build Godot and after sweating on every step I installed Python 2.7 and Scons 2.1.5. But Windows are not agree with that. The command prompt tells 'scons' command is unkown. I followed ALL the instructions here. http://scons.org/doc/HTML/scons-user.html#idm139837638110000

Did I miss anything who aren't exposed in this doc ?

I tried to add SCons folder to the Windows PATH without success. Where is the correct Scons location to add on this crappy PATH variable ?

How Windows can find the "scons" command on the system if Scons is only a Python library and have no executable file ?

If a nice person here build Godot on Windows his answers are welcome.

16 days later

Hi Guy . Im compiling godot under windows using qtcreator.

It seems you have a problem with paths Apart of %PATH% remember to set also. PYTHON_ROOT C:\Python27 PYTHONHOME C:\Python27

if you're using visual studio compiler.. start specific visual studio command shell before typing scons.