OOF2: The Manual

Name

OOF.File.Load.Module — Load a Python module.

Synopsis

OOF.File.Load.Module(module)

Details

  • Parent Menu: OOF.File.Load
  • Callback: function loadmodule in module ooflib.common.IO.mainmenu
  • Parameters:

    module
    The name of a Python module Type: A character string.

Description

Load a Python module, such as an OOF extension module. The module must be located within the Python search path. The search path can be adjusted by setting the PYTHONPATH environment variable.