Package flumotion :: Package common :: Module boot
[show private | hide private]
[frames | no frames]

Module flumotion.common.boot

Function Summary
  boot(path, gtk)
  init_gobject()
I setup paths for pygtk from configure and make sure that the installed version of pygtk is sane enough to be usable by us
  init_gst()
I setup paths for gst-python from configure and make sure that the installed version of gst-python is sane enough to be usable by us

Variable Summary
str GST_08_SUPPORTED = 'yes'
str GST_09_SUPPORTED = 'no'
str PYGST_08_DIR = '/usr/lib64/python2.3/site-packages'
str PYGST_09_DIR = ''
str PYGTK_08_REQ = '2.4.0'
str PYGTK_09_REQ = '2.6.3'
str PYGTK_BASE_REQ = '2.4.0'
str PYGTK_DIR = '/usr/lib64/python2.3/site-packages'

Function Details

init_gobject()

I setup paths for pygtk from configure and make sure that the installed version of pygtk is sane enough to be usable by us

init_gst()

I setup paths for gst-python from configure and make sure that the installed version of gst-python is sane enough to be usable by us

Variable Details

GST_08_SUPPORTED

Type:
str
Value:
'yes'                                                                  

GST_09_SUPPORTED

Type:
str
Value:
'no'                                                                   

PYGST_08_DIR

Type:
str
Value:
'/usr/lib64/python2.3/site-packages'                                   

PYGST_09_DIR

Type:
str
Value:
''                                                                     

PYGTK_08_REQ

Type:
str
Value:
'2.4.0'                                                                

PYGTK_09_REQ

Type:
str
Value:
'2.6.3'                                                                

PYGTK_BASE_REQ

Type:
str
Value:
'2.4.0'                                                                

PYGTK_DIR

Type:
str
Value:
'/usr/lib64/python2.3/site-packages'                                   

Generated by Epydoc 2.1 on Tue Dec 20 15:33:11 2005 http://epydoc.sf.net