473,320 Members | 1,856 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Pipes of binaries - IPC::Run

Is there a Python equivalent of Perl's IPC::Run module [
http://search.cpan.org/dist/IPC-Run/lib/IPC/Run.pm ] ?

Thanks!
--
Swaroop C H
Blog: http://www.swaroopch.info
Book: http://www.byteofpython.info
Jul 19 '05 #1
1 1437
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
Jul 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Brian Hann | last post by:
I am attempting to write an application that uses the expect binary to get info off a telnet session. At first this app was written in mod_perl under perl 5.005_03 using Expect.pm but we're moving...
1
by: Paul Tremblay | last post by:
Hi All, I am writing an application framework which consists of classes mainApp and childApp (parent, child resp). My intention is to make childApp a base class to be extended by applications...
5
by: glenn.owens | last post by:
In the process of doing some routine monitoring/clean-up we've discovered that several (many?) users are apparently set to access our SQL Server 2000 database instances via the Named Pipes...
0
by: Peter Qian | last post by:
Hi All, I have a simple design where a IPC Client channel sits inside an asp.net application and talks to a backend custom data provider. It all works great when I run it under VS 2005's debugging...
0
by: Sam Marrocco | last post by:
I'm writing several small applications that will be run at the same time on a single machine, and want them to be able to send data between them using some form of communication. The messages are...
1
by: Jarrod Morrison | last post by:
Hello all Ive been trying to get a service app that i run to interact with the logged on user of the machine and so far havent been very successfull and have read that maybe named pipes is the...
4
by: robert | last post by:
When i freeze a python app (simple - no strange sys calls) for x86 Linux, does this stuff run well also on x86 FreeBSD? Robert
2
by: fahad.usman | last post by:
I am making an application in which if the second instance of the same application is launched, it checks its command-line arguments and passes them to the already running instance. I have been...
0
gpraghuram
by: gpraghuram | last post by:
Hi, I have started writing some code using the IPC::Sharelite. I have written some pieces of code and i tried running the same . Following is the code #!/app/perl5.6/bin/perl use...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.