Package Ganga :: Package Runtime :: Module bootstrap
[hide private]
[frames] | no frames]

Module bootstrap

source code

Classes [hide private]
  GangaProgram
High level API to create instances of Ganga programs and configure/run it
Variables [hide private]
  r = re.compile(r'\$[N]ame: (?P<version>\S+) \$').match(_gangaV...
  _gangaVersion = 'Ganga-5-6-2'
  _gangaPythonPath = '/home/zhangk/ganga/Ganga/install/5.6.2/pyt...
  TRANSITION_MESSAGE_545 = '\n----------------------------------...
  __package__ = 'Ganga.Runtime'
Variables Details [hide private]

r

Value:
re.compile(r'\$[N]ame: (?P<version>\S+) \$').match(_gangaVersion)

_gangaPythonPath

Value:
'/home/zhangk/ganga/Ganga/install/5.6.2/python'

TRANSITION_MESSAGE_545

Value:
'''
-------------------------------------
THIS IS A NEW MAJOR RELEASE OF GANGA
-------------------------------------

In Ganga 5.5.0 a new version of the Ganga XML Repository (v6.0) is
introduced. Its main features are enhanced reliability, concurrent
access from several ganga sessions, and the introduction of a Ganga
...