When attempting to install a program using scons, I get the following output: "ImportError: No module named SCons.Script" and the install fails. I've installed scons and the third party source, ensured permissions are properly set, and verified paths. I see one other entry in SO with a similar (but not exactly the same) problem, but no solution. Can anyone suggest solutions?
Scons install command: python setup.py install --prefix=/path/to/software/
Software install command: ./scons.py -j<number_of_processors_to_use> mode=release bin
Target software: Rosetta (Rosetta)