Functions | |
| def | idl_compile |
Variables | |
| tuple | argc = len(argvs) |
| argvs = sys.argv | |
| string | examples_path = "" |
| string | inst_ver = "all" |
| string | py_key = "SOFTWARE\\Python\\PythonCore\\2.4\\InstallPath" |
| string | py_ver = "2.4" |
| tuple | ret = idl_compile(py_ver, py_key, examples_path) |
| def idlcompile.idl_compile | ( | chk_ver, | |
| reg_key, | |||
| exa_path | |||
| ) |
-------------------------------------------------------------------- Install check and IDL Compile --------------------------------------------------------------------
Definition at line 28 of file idlcompile.py.
| tuple 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) argvs[2]: OpenRTM examples Path --------------------------------------------------------------------
Definition at line 15 of file idlcompile.py.
| tuple idlcompile::examples_path = "" |
Definition at line 18 of file idlcompile.py.
| tuple 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" |
-------------------------------------------------------------------- Python 2.4 --------------------------------------------------------------------
-------------------------------------------------------------------- Python 2.5 --------------------------------------------------------------------
-------------------------------------------------------------------- Python 2.6 --------------------------------------------------------------------
Definition at line 93 of file idlcompile.py.
| tuple idlcompile::ret = idl_compile(py_ver, py_key, examples_path) |
Definition at line 95 of file idlcompile.py.