Python

Python_RunFile, Python_RunString

Python_RunFile

Description 

 Python_RunFile(
   char *PythonFilename
);

Runs the specified Python file.

Parameters

char *PythonFilename

Path to the python file.

Python_RunString

Description 

 Python_RunString(
   char *PythonString
);

Runs the specified Python string.

Parameters

char *PythonString

Python string.