When I run the python script I run it as a background process, this seems to
cause any popen() calls to hang indefinately (where each call remotely
executes a command via ssh). I'm not sure why this is the case though so I
was hoping someone could help explain!
thanks,
rob
Try adding a "-t" to your SSH command-line; it forces it to request a
TTY instead of being silent. SSH tries to do "the right thing" when not
launched from a terminal prompt.
--
Michael T. Babcock
C.T.O., FibreSpeed Ltd.
http://www.fibrespeed.net/~mbabcock