Module run
[hide private]
[frames] | no frames]

Module run

source code

Variables [hide private]
  usage = 'usage: %prog [options] settings_path [system_path use...
  parser = OptionParser(description= 'PARPG Launcher Script', us...
  settings = Settings(* args)
  levels = {'debug': logging.DEBUG, 'info': logging.INFO, 'warni...
  logger = logging.getLogger('parpg')
  psyco_available = False
  app = PARPGApplication(settings)
Variables Details [hide private]

usage

Value:
'usage: %prog [options] settings_path [system_path user_path]\n\n' 'Th\
e settings_path argument is mandatory and is the directory in \n' 'whi\
ch your system.cfg file is located. Optionally, you may \n' 'specify w\
here data files are located (system_path), and where \n' 'the user set\
tings and data files should be saved to (user_path)\n\n' 'Example: pyt\
hon %prog .'

parser

Value:
OptionParser(description= 'PARPG Launcher Script', usage= usage)

levels

Value:
{'debug': logging.DEBUG, 'info': logging.INFO, 'warning': logging.WARN\
ING, 'error': logging.ERROR, 'critical': logging.CRITICAL}