Capturing output with input

2007-10-28 Thread gopala
xec.. pipe.. failed since they can't capture the std input and std output continuously. The lab1.exe will be something like Enter 2 nos 2 3 The sum is 5 Now i should be able to capture all these. Is this possible ? If so please do give me some hints on how to achieve this. Cheers, Gopala Kr

Re: Capturing output with input

2007-10-29 Thread gopala
On Oct 29, 9:03 am, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > On Linux, use the "script" command. > On Windows, select the region to copy using the mouse and paste it onto a > notepad file. > I don't think Python would help here. Thanks :-) Now i just do os.system(exeFile) and i can easil

Load averages and Python threads on different Linux cloud provider setup

2011-05-31 Thread Mohanaraj Gopala Krishnan
Hello, Apologies if this post is off topic. We have a Python application that polls directories using threads and inotify watchers. We have always run this application in a cloud server provided by Voxel (http://www.voxel.net). We are currently testing a different cloud server provider StormOnDem