"shell-commands" and python!

Richard Jones richard at bizarsoftware.com.au
Fri Sep 21 04:02:03 EDT 2001


On Saturday 22 September 2001 02:40, Mike S wrote:
> how do I execute "shellcommands" in python???
> do I need to use the os module and the system command?
>
> Is there any simplier way to do it??

Yes,

  http://www.python.org/doc/current/lib/module-commands.html

Described as "8.18 commands -- Utilities for running commands" in the table 
of contents of the library reference.


   Richard




More information about the Python-list mailing list