|
<< Click to Display Table of Contents >> Download Python |
![]() ![]()
|
To begin working with SpecView Python scripts, users should first download and install Python from https://www.python.org/downloads/.
The script provided has been developed using Python version 3.12.7.
It is generally best practice to install the most recently released version of Python, as this ensures users will receive the latest security updates, bug fixes, and optimal performance.
However, be aware that updating to a newer Python version can sometimes result in changes or removal of existing Python libraries.
Such modifications may impact the compatibility of the current Python script.
Therefore, it is important to thoroughly review Python’s official release notes before upgrading.
Pay close attention to any updates affecting libraries used in this script to prevent any disruptions in functionality.
During the installation process, make sure to enable the option to add python.exe to system PATH. This step is essential for running Python commands directly from the command prompt.
After installing Python, open a Command Prompt terminal and enter “python –version”.
The output should indicate the installed version of Python.
If users encounter an error stating that "Python is not recognized as an internal or external command, operable program or batch file," it means python.exe was not added to the PATH during installation.
In this case, uninstall Python and reinstall it, ensuring to select the option to add python.exe to PATH as instructed.

