Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Optional environment variables arewill override the default behavior:

  1. PYTHON_HOME: Location of Python distribution (3.4+) to use.
  2. PYTHON_DLL: Oasis montaj will attempt to launch a background process of the Python.exe interpreter it finds at the home and then uses process inspection to determine the location of its Python dll which it would need to load to embed the interpreter within montaj. This variable should not be necessary but is provided in case some situations arise where this mechanism does not work properly.
  3. PYTHON_SHOW_CONSOLE : Spawns a console for the duration of every script. print statements and any other console data will be directed to and from this console. The console will require user input to dismiss it.