import org.python.util.PythonInterpreter; import org.python.core.PyObject; public class FooTest { public static void main(String[] args) throws Exception { PythonInterpreter interpreter = new PythonInterpreter(); } }