2005年5月9日
--
down ACDK
down Handbook
down Packages
down ACDK Python
down ACDK Python Readme
down Compile acdk_python
down acdk_python Manual
down acdkpython Manual
down Installation
down License
Kindly hosted at:
SourceForge.net Logo
With acdk_python, you can instrument a Python interpreter inside of your acdk application and you are able to have access to all ACDK-Objects in your Python environment.
RPythonInterpreter pi = new PythonInterpreter();
pi->parse("print \"Hello World\"\n");
def foo(string1, string2):
sb = acdk.Object("acdk/lang/StringBuffer", string1)
sb.append(string2)
return sb.toString()
acdk.peek_static("acdk/lang/System", "out").println(foo("Hello Python", " from ACDK"))
The executable acdkpython provides a simple command line Python interpreter.
ACDK Python (acdk_python)With acdk_python, you can instrument a Python interpreter inside of your acdk application and you are able to have access to all ACDK-Objects in your Python environment.
Describe how to compile/install
acdk_python contains an interface to an Pyton interperter and the DMI code to script ACDK objects from Python code.
acdkpython is a small wrapper to the commanline Python interpreter bind to ACDK.
ACDK General installation notice
This is a generic installation for ACDK packages.
ACDK is available under the LGPL license.