# use this to start SCons from the IDE for debugging import sys from SCons.Script.Main import main if __name__ == '__main__': sys.exit(main())