Pipes of binaries - IPC::Run
Peter Hansen
peter at engcorp.com
Wed May 11 09:46:26 EDT 2005
More information about the Python-list mailing list
Wed May 11 09:46:26 EDT 2005
- Previous message (by thread): FutureWarning in win32com?
- Next message (by thread): Pipes of binaries - IPC::Run
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Swaroop C H wrote: > Is there a Python equivalent of Perl's IPC::Run module [ > http://search.cpan.org/dist/IPC-Run/lib/IPC/Run.pm ] ? I don't know Perl, and don't plan to read all of that page you referenced, but judging from the subject line and the half-sentence description near the top of that page, you are looking for: os.system os.popen popen2 (module) subprocess (module, in 2.4) Read about each and, preferring subprocess (as the most recent), try them out for yourself. -Peter
- Previous message (by thread): FutureWarning in win32com?
- Next message (by thread): Pipes of binaries - IPC::Run
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list