Pipes of binaries - IPC::Run

P

Peter Hansen

Swaroop said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top