(Optional) Setup Python on Windows 8+
- Laura White (Unlicensed)
- Kenny Teves
- Brian Magnusson (Unlicensed)
- Andrew Bain (Unlicensed)
Owned by Laura White (Unlicensed)
If you need to setup Python on Windows 8+, follow the instructions below.
Before installing the connector,
- Disable firewalls and antivirus software.
- Ensure you have administrative rights on the drive.
- Install to the C: drive directly.
Â
Note: These instructions are for Windows Powershell, which should be included in Windows 8+. If using older versions of Windows, it can be installed here.
Install on Windows manually
- Install Python. The Enterprise Translation Utility is written for Python 3.4.3 or newer.
- Download the MSI Installer for easy installation.
- Run the installer
Optional: Add Python to your PATH variable so python.exe can be executed easily in the future- Find where your python executable is. (Hint: Could be in \AppData\Local\Programs\Python/Python[VERSION]\)
- Add that path to your environment variables:Â
Windows 10 and Windows 8
- In Search, search for and then select:Â Advanced system settings
- Click Environment Variables. In the section System Variables, find theÂ
PATH
 environment variable and select it. Click Edit. If theÂPATH
 environment variable does not exist, clickÂNew
. - In the Edit System Variable (or New System Variable) window, specify the value of theÂ
PATH
environment variable. Click OK. Close all remaining windows by clicking OK. - Reopen Command prompt window, and run python -V to verify.
- Check to see if it is installed and path is working by running: python -V. You will also need pip, which should have installed with python. Check to see if it is installed and the path is working by running: pip -V. You may need to restart your shell.
 - Install the Enterprise Software Localization Tool: Install the Enterprise Software Localization Tool (Filesystem Connector)
Â