Re: debugging process

2005-01-22 Thread Alex Martelli
<[EMAIL PROTECTED]> wrote: ... > I think that this must have something to do with python expecting > itself to by in a TTY? Can anyone give any idea of where I should be > going with this? http://pexpect.sourceforge.net/ Alex -- http://mail.python.org/mailman/listinfo/python-list

debugging process

2005-01-22 Thread jimbo
Hi, I am trying to create a separate process that will launch python and then can be used to step through a script programmatically. I have tried something like: (input, output) = os.popen2(cmd="python") Then I expected I could select over the two handles input and output, make sure they aren't