Package moul :: Package osdependent :: Package win32
[hide private]
[frames] | no frames]

Package win32



moul.osdependent.win32

Submodules [hide private]

Functions [hide private]
  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

Variables [hide private]
  __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()

Function Details [hide private]

getMoulUserDataDir()

 

Get path of MOUL data directory

The MOUL data directory contains log files, chatlogs, KI images and many more things.

getPyMoulDataDir()

 
Get path to the pyMoul ini file

startMoul(installdir, *args, **kwargs)

 

Start MOUL - returns a Popen instance

args are applied to the program while kwargs are applied to subprocess.Popen()

isMoulRunning()

 
Test if MOUL or the launcher is running

Variables Details [hide private]

__author__

None
Value:
"Christian Heimes"                                                     
      

__version__

None
Value:
"$Id: __init__.py 122 2007-02-02 17:34:06Z tiran $"                    
      

__revision__

None
Value:
"$Revision: 122 $"                                                     
      

LOG

None
Value:
getLogger('moul.win')                                                  
      

MOUL_DIR

None
Value:
"Uru Live"                                                             
      

EXEC_NAME

None
Value:
"UruLauncher.exe"                                                      
      

PROCESSES

None
Value:
"urulauncher.exe", "uruexplorer.exe"                                   
      

MYDOCS

None
Value:
getMyDocuments()                                                       
      

MYAPPDATA

None
Value:
getAppdata()