< BACKMake Note | BookmarkCONTINUE >
156135250194107072078175030179198180025031194137176049106218111004228144072050131032050036

Related Modules

In Table 14.11 you will find a list of modules other than os and sys which relate to the execution environment theme of this chapter.

Table 14.11. Execution Environment Related Modules
Module Description
popen2 provides additional functionality on top of os.popen(): provides ability to communicate via standard files to the other process
commands provides additional functionality on top of os.system(): saves all program output in a string which is returned (as opposed to just dumping output to the screen)
getopt processes options and command-line arguments in such applications
site processes site-specific modules or packages
findertools provides an interface to Macintosh finder functionality, such as launching an application (or a document with its companion application)


Last updated on 9/14/2001
Core Python Programming, © 2002 Prentice Hall PTR

< BACKMake Note | BookmarkCONTINUE >

© 2002, O'Reilly & Associates, Inc.