Home | Trees | Indices | Help |
---|
|
|
|||
|
|
|||
|
getMoulUserDataDir() Get path of MOUL data directory |
||
|
getPyMoulDataDir() Get path to the pyMoul ini file |
||
|
startMoul(installdir,
*args,
**kwargs) Start MOUL - returns a Popen instance |
||
|
isMoulRunning() Test if MOUL or the launcher is running |
|
|||
|
__author__ = "Christian Heimes"
|
||
|
__version__ = "$Id: __init__.py 122 2007-02-02 17:34:06Z tiran $"
|
||
|
__revision__ = "$Revision: 122 $"
|
||
|
LOG = getLogger('moul.win')
|
||
|
MOUL_DIR = "Uru Live"
|
||
|
EXEC_NAME = "UruLauncher.exe"
|
||
|
PROCESSES = "urulauncher.exe", "uruexplorer.exe"
|
||
|
MYDOCS = getMyDocuments()
|
||
|
MYAPPDATA = getAppdata()
|
|
Get path of MOUL data directory The MOUL data directory contains log files, chatlogs, KI images and many more things. |
|
Start MOUL - returns a Popen instance args are applied to the program while kwargs are applied to subprocess.Popen() |
|
|
__author__None
|
__version__None
|
__revision__None
|
LOGNone
|
MOUL_DIRNone
|
EXEC_NAMENone
|
PROCESSESNone
|
MYDOCSNone
|
MYAPPDATANone
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Sun Feb 4 17:00:18 2007 | http://epydoc.sourceforge.net |