The Python environment.

You can obtain the Python environment using PythonEnvironment.Current.

Members are thread-safe as long as this struct is not overwritten.

When running in Microsoft Windows, do not use the Python app from the Microsoft Store because apps there are protected by security so that other processes cannot access them.

Instead you can download the Python Install Manager from the Python web site and then use it to install Python 3.14 - our recommended release.

After installation you can install docling by calling "py install docling".

Python can be downloaded from www.python.org.

System.ValueType
   WebSupergoo.ABCpdf14.Python.PythonEnv

Implements: IEquatable<PythonEnv>, IComparable<PythonEnv>

 

   
   
Method
Description
SetUp Sets up the Python environment.
Throws Exceptions GetRuntime Gets a new runtime object for running Python code.
Equals Indicates whether this Python environment is equal to the specified Python environment.

 

   
   
Property
Description
 Current Gets the environment for Python.
Engine Gets the Python engine type.
PythonDLL Gets the path to the Python DLL/shared library used to set up the Python environment.
IsSetUp Gets whether the Python environment is set up.
IsInitialized Gets the initialization state of the Python engine.
RuntimeIsInitialized Gets or sets the initialization state of the Python runtime.