-
Type: Improvement
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: legacy-1.0.0
-
Component/s: Build
-
Environment:Windows 8, MS Visual Studio 2013, Boost Prebuild Binaries, Python2.7, scons
If python is installed in a directory containing spaces (i.e. C:\Program Files(x86)\Python27) the scons script isn't working (output is something like "the command C:\Program could not be found").
Adding the double quotesaround the string $PYTHON in the file src/SConscript.client solves the issue ("$PYTHON").
- links to