Function | spawnProcess | Launch a process with a particular Python environment. |
Function | spawnPythonProcess | Launch a Python process |
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.