Client Scripts

Client Scripts can be downloaded by request, and unless otherwise noted they can be used in both Windows and Linux environments.

Python Version Compatibility

All client scripts are coded in Python 3 and are compatible with versions 3.7 and higher. To check the installed versions, you can run the following command:

python --version

Running script ScriptFile.py

Linux Environment

To run in Linux, open a terminal and navigate to the folder containing the script then run:

sudo python3 ./ScriptFile.py

If the script fails and indicates any library is missing, it can be installed by running:

sudo python3 -m pip install libraryname

If only one version of Python is present, the command to run may be “python” rather than “python3”.

 

Windows Environment

To run in Windows, open a command terminal by opening the Start menu, typing “cmd”, and right clicking “Command Prompt.” Select “Run as administrator” and the command prompt will open with elevated permission.

Navigate to the folder containing the script then run:

If the script fails and indicates any library is missing, it can be installed by running:

If only one version of Python is present, the command to run may be “python” rather than “python3”.

For assistance, please submit a ticket via our Support Portal, email autosol.support@autosoln.com or call 281.286.6017 to speak to a support team member.