Runs a Python script with the currently configured interpreter.
|
Syntax |
Description |
|---|---|
|
python(scriptname); |
Run the Python script "scriptname" using the configured Python interpreter. |
Note: This command cannot be used while in safe mode.
Example
Run the script file C:\temp\example.py.
python("C:\\temp\\example.py");
See Also
List of commands , eval , feval