Externally
 
 
 
WarningTo run a Toxik Python script, it is strongly recommended to use the Python distribution shipped with Toxik (deployed under the Toxik installation directory). Running a Toxik Python script with any other Python distribution might not work properly and is very likely to result in a crash.

On Windows:

  1. <INSTALL_DIR>/program/python.exe myScript.py

On Linux

  1. <INSTALL_DIR>/bin/python myScript.py

On Mac OS

  1. <INSTALL_DIR>/Contents/Frameworks/Python.framework/Versions/Current/bin/python myScript.py