Difference between revisions of "Running Command-line Scripts in Python"

From PeformIQ Wiki
Jump to navigation Jump to search
(New page: =Modules= Use commmands module (on UNIX/Linux/Cygwin)... See http://docs.python.org/lib/module-commands.html Category:Python)
(No difference)

Revision as of 19:05, 30 April 2008

Modules

Use commmands module (on UNIX/Linux/Cygwin)...

See http://docs.python.org/lib/module-commands.html