Hey hey.

Is there a python module for scons? I need to call scons from within a script and I was hoping there were some functions to capture compilation errors without having to modify the sconstruct scripts within the code tree or simply redirecting output to a file.

In case it's not obvious: I'm not a programmer by trade but am trying to learn quickly.