Re: Can Python replace TCL/Expect

2005-10-07 Thread Jorgen Grahn
On Thu, 06 Oct 2005 17:08:03 GMT, Cameron Laird <[EMAIL PROTECTED]> wrote: > In article <[EMAIL PROTECTED]>, > Jorgen Grahn <[EMAIL PROTECTED]> wrote: > . > . > . >>It depends. I do not feel /that/ advanced, but I've been bitten by

Re: Can Python replace TCL/Expect

2005-10-06 Thread Cameron Laird
In article <[EMAIL PROTECTED]>, Jorgen Grahn <[EMAIL PROTECTED]> wrote: . . . >It depends. I do not feel /that/ advanced, but I've been bitten by pexpect's >limitations several times in several places. > >... which puts me in

Re: Can Python replace TCL/Expect

2005-10-06 Thread Jorgen Grahn
On Thu, 06 Oct 2005 11:08:09 GMT, Cameron Laird <[EMAIL PROTECTED]> wrote: > In article <[EMAIL PROTECTED]>, > Robert Kern <[EMAIL PROTECTED]> wrote: >>[EMAIL PROTECTED] wrote: >>> Hi >>> >>> I'm learning Python. I don't know whether Python can do something like >>> Expect can do. If yes, please

Re: Can Python replace TCL/Expect

2005-10-06 Thread Cameron Laird
In article <[EMAIL PROTECTED]>, Robert Kern <[EMAIL PROTECTED]> wrote: >[EMAIL PROTECTED] wrote: >> Hi >> >> I'm learning Python. I don't know whether Python can do something like >> Expect can do. If yes, please show me how to do it. >> I want to do something automatically: open connection to a

Re: Can Python replace TCL/Expect

2005-10-05 Thread Robert Kern
[EMAIL PROTECTED] wrote: > Hi > > I'm learning Python. I don't know whether Python can do something like > Expect can do. If yes, please show me how to do it. > I want to do something automatically: open connection to a ftp server, > get the welcome message on the screen (not in the packet). I can

Can Python replace TCL/Expect

2005-10-05 Thread [EMAIL PROTECTED]
Hi I'm learning Python. I don't know whether Python can do something like Expect can do. If yes, please show me how to do it. I want to do something automatically: open connection to a ftp server, get the welcome message on the screen (not in the packet). I can do it easily with Expect but I still