Re: python 2.x and running shell command

2009-12-24 Thread Sean DiZazzo
On Dec 24, 5:34 am, tekion wrote: > On Dec 23, 5:22 pm, Sean DiZazzo wrote: > > > > > On Dec 23, 1:57 pm, tekion wrote: > > > > All, > > > some of the servers I have run python 2.2, which is a drag because I > > > can't use subprocess module.  My options that I know of is popen2 > > > module.  H

python 2.x and running shell command

2009-12-24 Thread Boris Arloff
>On Dec 23, 5:22 pm, Sean DiZazzo wrote: > On Dec 23, 1:57 pm, tekion wrote: > > > > > All, > > some of the servers I have run python 2.2, which is a drag because I > > can't use subprocess module.  My options that I know of is popen2 > > module.  However, it seems it does not have io blocking >

Re: python 2.x and running shell command

2009-12-24 Thread tekion
On Dec 23, 5:22 pm, Sean DiZazzo wrote: > On Dec 23, 1:57 pm, tekion wrote: > > > > > All, > > some of the servers I have run python 2.2, which is a drag because I > > can't use subprocess module.  My options that I know of is popen2 > > module.  However, it seems it does not have io blocking > >

Re: python 2.x and running shell command

2009-12-23 Thread Sean DiZazzo
On Dec 23, 1:57 pm, tekion wrote: > All, > some of the servers I have run python 2.2, which is a drag because I > can't use subprocess module.  My options that I know of is popen2 > module.  However, it seems it does not have io blocking > capabilities.   So every time run a command I have open an

python 2.x and running shell command

2009-12-23 Thread tekion
All, some of the servers I have run python 2.2, which is a drag because I can't use subprocess module. My options that I know of is popen2 module. However, it seems it does not have io blocking capabilities. So every time run a command I have open and close a file handle. I have command that r