Functions | |
def | idl_compile (chk_ver, reg_key, exa_path) |
Install check and IDL CompileMore... | |
Variables | |
argc = len(argvs) | |
argvs = sys.argv | |
commandline argument argvs[1]: Python version (2.4, 2.5, 2.6) argvs[2]: OpenRTM examples PathMore... | |
string | examples_path = "" |
string | inst_ver = "all" |
string | py_key = "SOFTWARE\\Python\\PythonCore\\2.4\\InstallPath" |
string | py_ver = "2.4" |
Python 2.4More... | |
ret = idl_compile(py_ver, py_key, examples_path) | |
def idlcompile.idl_compile | ( | chk_ver, | |
reg_key, | |||
exa_path | |||
) |
idlcompile.argc = len(argvs) |
Definition at line 16 of file idlcompile.py.
idlcompile.argvs = sys.argv |
commandline argument argvs[1]: Python version (2.4, 2.5, 2.6)
Definition at line 15 of file idlcompile.py.
idlcompile.examples_path = "" |
Definition at line 18 of file idlcompile.py.
idlcompile.inst_ver = "all" |
Definition at line 17 of file idlcompile.py.
string idlcompile.py_key = "SOFTWARE\\Python\\PythonCore\\2.4\\InstallPath" |
Definition at line 94 of file idlcompile.py.
string idlcompile.py_ver = "2.4" |
idlcompile.ret = idl_compile(py_ver, py_key, examples_path) |
Definition at line 95 of file idlcompile.py.