Package Ganga :: Package Utility :: Module Setup
[hide private]
[frames] | no frames]

Module Setup

source code

Classes [hide private]
  PackageSetup
PackageSetup objects represent the external packages required by a given runtime unit of Ganga.
Functions [hide private]
 
checkPythonVersion(minVersion, minHexVersion)
Function to check that the Python version number is greater than the minimum required.
source code
 
setPlatform(platform)
Override globally the auto-detected platform string
source code
 
getPlaftorm()
Returns the current platform string set for Ganga
source code
 
setExternalHome(externalHome)
Set the dir hosting the external packages
source code
 
getExternalHome()
Returns the current external home directory set for Ganga
source code
Variables [hide private]
  _new_platform = None
hash(x)
  __package__ = None
hash(x)
Function Details [hide private]

checkPythonVersion(minVersion, minHexVersion)

source code 
Function to check that the Python version number is greater
than the minimum required.

Arguments:
   minVersion    - String representation of minimum version required
   minHexVersion - Hexadecimal representation of minimum version required

Return value: True if Python version number is greater than minimum,
              False otherwise