-
Copy the ApplicationInfo.xml template file from
station_install_dir/os/reffiles/SMAExeConfig/ApplicationInfo.xml
to station_install_dir/config/.
station_install_dir is the installation
location of your3DOrchestrate Station.
os
will be win_b64 or linux_a64 depending on your
operating system.
-
Edit the ApplicationInfo.xml file to add the
<Application>
tag with the following attributes:
<Application Name="PythonForAnalytics" Version="unspecific" ExecPath="Path to python.exe" WorkingDir="" />
-
Enter the path to your Python installation in the
ExecPath=""
attribute.
This Python installation must have py4j
installed. Install any additional
libraries you are using with your Python script in the Python runtime specified in ExecPath=""
.
-
Save the ApplicationInfo.xml
file.
You can now load a Python script to run with the analytics case adapter.