Installing Python on Windows
You must install Python or higher (but lower than Python 3) to run the Guardium Application Framework SDK on the Windows operating system.
- Download the latest Python 2 (bit) installer from Python downloads for Windows, usually named Windows x MSI installer. The SDK does not support the bit Python interpreter.
- Install Python 2:
- Installation path: Install to a path without spaces, otherwise the Python installer does not install its Scripts folder, for example C:\Program Files\Python
- What to install: Scroll down and check to install the environment variable. This ensures that the python command is recognized.
- Check Python was installed correctly, by opening a command prompt and typing The output for this command should state that the Python version is or above, and that the version has bit. For example:
- Exit the Python interpreter by entering Ctrl+Z.
How to install python 3.x on Windows 10 - 64/32 bit
