Package flumotion :: Package common :: Module boot
[hide private]

Module boot

source code

boostrapping functions for flumotion


Version: $Rev$

Functions [hide private]
 
init_gobject()
Initialize pygobject.
source code
 
_init_gst_version(gst_majorminor) source code
 
init_gst()
Initialize pygst.
source code
 
init_kiwi() source code
 
init_option_parser(gtk, gst) source code
 
wrap_for_statprof(main, output_file) source code
 
wrap_for_builtin_profiler(main, output_file) source code
 
wrap_for_profiling(main) source code
 
boot(path, gtk=False, gst=True, installReactor=True) source code
Variables [hide private]
  PYGTK_REQ = (2, 10, 0)
  KIWI_REQ = (1, 9, 13)
  GST_REQ = {'0.10': {'gst-python': (0, 10, 4), 'gstreamer': (0,...
  USE_GOPTION_PARSER = False
  USE_GTK = False
  USE_GST = True
  __package__ = 'flumotion.common'
Function Details [hide private]

init_gobject()

source code 

Initialize pygobject. A missing or too-old pygobject will cause a SystemExit exception to be raised.

init_gst()

source code 

Initialize pygst. A missing or too-old pygst will cause a SystemExit exception to be raised.


Variables Details [hide private]

GST_REQ

Value:
{'0.10': {'gst-python': (0, 10, 4), 'gstreamer': (0, 10, 10)}}