Links

Python

Python is an interpreted high-level general-purpose programming language. This Agent allows running a Python file in a Data Stream.
Details for an example and its configuration can be found in the How to Use section.

Pre-requisites

In order to use this Agent, the following needs to be set up:
  • Python 3 must be installed on the system where Stream Host is installed.
    • Minimum version 3.7, up to 3.10 is supported
  • Environment Variables:
    • PYTHONHOME = C:\Python37
    • PYTHONPATH = %PYTHONHOME%;%PYTHONHOME%\Lib\site-packages;%PYTHONHOME%\Lib;%PYTHONHOME%\DLLs;
    • Add PYTHONHOME to the system Path Variable

Download

Name
Link
Python Action Agent v1.61
Download
Please contact XMPro if you're looking for an older version of this Agent.
Last modified 1yr ago