Runs a Python script with the currently configured interpreter.
Syntax |
Description |
---|---|
python(scriptname); |
Run the Python script "scriptname" using the configured Python interpreter. |
Example
Run the script file C:\temp\example.py.
python("C:\\temp\\example.py");
See Also
List of commands , eval , feval