11.21 distutils.spawn -- Spawn a sub-process

Python 2.5

11.21 distutils.spawn -- Spawn a sub-process

This module provides the spawn() function, a front-end to various platform-specific functions for launching another program in a sub-process. Also provides find_executable() to search the path for a given executable name.

See About this document... for information on suggesting changes.