Python¶
The required Python version is installed together with Allplan. The standard Python installation of Allplan contains all parts of the Python framework that are required to run the PythonParts supplied by Allplan. You can find it in the Allplan program directory under …\Prg\Python.
The current Python version used by Allplan are
Allplan 2021: Python Python 3.8.8 (64-bit)
Allplan 2022: Python Python 3.8.8 (64-bit)
Allplan 2023: Python Python 3.8.8 (64-bit)
If you want to install it in your environment, make sure you have the appropriate version. The download can be done from https://www.python.org/downloads/release/python-388/`
Install a Python package¶
If additional Python packages are required for a PythonPart development, they should be installed in the …\Prg\Python\lib\site-packages folder. The installation can be done with the PythonPart InstallPythonPackage, which is located in the folder ToolsAndStartExamples.