Skip to content
  • Utkarsh Ayachit's avatar
    Support Python with frozen modules. · e88e1a4c
    Utkarsh Ayachit authored
    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.
    e88e1a4c