Go to the source code of this file.
Namespaces | |
idlcompile | |
Functions | |
def | idlcompile.idl_compile (chk_ver, reg_key, exa_path) |
Install check and IDL CompileMore... | |
Variables | |
idlcompile.argc = len(argvs) | |
idlcompile.argvs = sys.argv | |
commandline argument argvs[1]: Python version (2.4, 2.5, 2.6) argvs[2]: OpenRTM examples PathMore... | |
string | idlcompile.examples_path = "" |
string | idlcompile.inst_ver = "all" |
string | idlcompile.py_key = "SOFTWARE\\Python\\PythonCore\\2.4\\InstallPath" |
string | idlcompile.py_ver = "2.4" |
Python 2.4More... | |
idlcompile.ret = idl_compile(py_ver, py_key, examples_path) | |