WarningTo run a Composite
Python script, it is strongly recommended to use the Python distribution
shipped with Composite (deployed under the Composite installation
directory). Running a Composite Python script with any other Python
distribution might not work properly and is very likely to result
in a crash.
On Windows:
- <INSTALL_DIR>/program/python.exe myScript.py
On Linux
- <INSTALL_DIR>/bin/python myScript.py
On Mac OS
- <INSTALL_DIR>/Contents/Frameworks/Python.framework/Versions/Current/bin/python myScript.py