Skip to content

Support Python with frozen modules.

When using frozen python, vtkPythonInterpreter now skips updating paths using landmarks. Since frozen python is used in scenarios where we don't want to avoid disk accesses, this address that issue. Users are required to setup PYTHONHOME, PYTHONPATH explicitly, if needed when using frozen Python modules.

Addresses paraview/paraview#17831 (closed)

Edited by Utkarsh Ayachit

Merge request reports