Trees | Index | Help |
---|
Package flumotion :: Package configure :: Module configure |
|
configure-time variables for installed or uninstalled operation
Code should run
>>> from flumotion.configure import configure
and then access the variables from the configure module. For
example:
>>> print configure.gladedir
Variable Summary | |
---|---|
string | cachedir : directory where cached code is stored |
string | configdir : directory where configuration files are stored |
list of ints | defaultGstPortRange : the default range of internal GStreamer ports |
int | defaultSSLManagerPort : the default manager port for SSL communication |
list of ints | defaultStreamPortRange : the default range of external streaming ports |
int | defaultTCPManagerPort : the default manager port for TCP communication |
string | gladedir : directory where glade files are stored |
string | imagedir : directory where image files are stored |
boolean | isinstalled : whether an installed version is being run |
string | logdir : directory where log files are stored |
string | pythondir : directory where the flumotion python files are stored |
string | registrydir : directory where the registry files are stored |
string | rundir : directory where the run/pid files are stored |
string | version : Flumotion version number |
Variable Details |
---|
cachedirdirectory where cached code is stored
|
configdirdirectory where configuration files are stored
|
defaultGstPortRangethe default range of internal GStreamer ports
|
defaultSSLManagerPortthe default manager port for SSL communication
|
defaultStreamPortRangethe default range of external streaming ports
|
defaultTCPManagerPortthe default manager port for TCP communication
|
gladedirdirectory where glade files are stored
|
imagedirdirectory where image files are stored
|
isinstalledwhether an installed version is being run
|
logdirdirectory where log files are stored
|
pythondirdirectory where the flumotion python files are stored
|
registrydirdirectory where the registry files are stored
|
rundirdirectory where the run/pid files are stored
|
versionFlumotion version number
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Wed Feb 16 07:22:59 2005 | http://epydoc.sf.net |