Module v.c.e.process

Part of vmc.contrib.epsilon

No module docstring
Function spawnProcess Launch a process with a particular Python environment.
Function spawnPythonProcess Launch a Python process
def spawnProcess(processProtocol, executable, args=(), env={}, path=None, uid=None, gid=None, usePTY=0, packages=()):

Launch a process with a particular Python environment.

All arguments as to reactor.spawnProcess(), except for the addition of an optional packages iterable. This should be of strings naming packages the subprocess is to be able to import.
def spawnPythonProcess(processProtocol, args=(), env={}, path=None, uid=None, gid=None, usePTY=0, packages=()):

Launch a Python process

All arguments as to spawnProcess(), except the executable argument is omitted.
API Documentation for vodafone-mobile-connect-card-driver-for-linux, generated by pydoctor at 2008-01-10 13:06:31.