--- ray/build_utils/install.py 2016/03/05 13:24:58 1.4 +++ ray/build_utils/install.py 2016/04/19 21:21:23 1.5 @@ -59,3 +59,10 @@ def install_tclscript(target, source, env): line = 'set radlib %s\n' % tcllibdir tf.write(line) os.chmod(str(t), 00755) + +def build_with_pyinstaller(targets, sources, env): + workpath = env.Dir('$RAD_BUILDOBJ', 'pybuild') # --workpath @ + specpath = workpath # --specpath @ + # -F # one-file + # --noconsole + pass