!7 lib 1400166 // jython 2.7 import org.python.core.*; import org.python.util.*; p-exp { File dir = userDir("dev/AIRIS_Public-master"); time "Make Interpreter" { PythonInterpreter.initialize(new Properties, litprop("python.path" := f2s(dir)), new S[0]); new PythonInterpreter py; } py.execfile(f2s(newFile(dir, "basic_example_jython.py"))); }