Re: python 2.x and running shell command

2009-12-24 Thread tekion
On Dec 23, 5:22 pm, Sean DiZazzo half.ital...@gmail.com wrote: On Dec 23, 1:57 pm, tekion tek...@gmail.com 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

python 2.x and running shell command

2009-12-24 Thread Boris Arloff
On Dec 23, 5:22 pm, Sean DiZazzo half.ital...@gmail.com wrote: On Dec 23, 1:57 pm, tekion tek...@gmail.com 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

Re: python 2.x and running shell command

2009-12-24 Thread Sean DiZazzo
On Dec 24, 5:34 am, tekion tek...@gmail.com wrote: On Dec 23, 5:22 pm, Sean DiZazzo half.ital...@gmail.com wrote: On Dec 23, 1:57 pm, tekion tek...@gmail.com 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

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

Re: python 2.x and running shell command

2009-12-23 Thread Sean DiZazzo
On Dec 23, 1:57 pm, tekion tek...@gmail.com 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