this is my first question here and also my first touch with scons. I ran a build from source using the command "sudo python setup.py install --symlink-scons --standard-lib". It seemed to build without errors but failed as follows:
$ scons --version Import failed. Unable to find SCons files in: /usr/local/bin/../engine /usr/local/bin/scons-local-2.3.2 /usr/local/bin/scons-local /usr/local/lib/scons-2.3.2 /System/Library/Frameworks/Python.framework/Versions/2.7/lib/scons-2.3.2 /usr/local/lib/python2.7/site-packages/scons-2.3.2 /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scons-2.3.2 /System/Library/Frameworks/Python.framework/Versions/2.7/lib/scons-2.3.2 /usr/local/lib/scons /System/Library/Frameworks/Python.framework/Versions/2.7/lib/scons /usr/local/lib/python2.7/site-packages/scons /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scons /System/Library/Frameworks/Python.framework/Versions/2.7/lib/scons Traceback (most recent call last): File "/usr/local/bin/scons", line 190, in <module> import SCons.Script ImportError: No module named SCons.Script Python version is 2.7.5; running on OS X Mavericks 10.9.4. No file starting with "SCons.Script" is anywhere on the system.
Thanks for your help.
__init__.py" in the package folder "SCons/Script"...so you might want to search for "SCons/Script/__init__.py".