Re: Python+Expect+Win32 = Not Possible?

2007-09-15 Thread Cameron Laird
In article <[EMAIL PROTECTED]>, gamename <[EMAIL PROTECTED]> wrote: >On Sep 13, 1:42 am, [EMAIL PROTECTED] wrote: >> On Sep 12, 9:27 pm, gamename <[EMAIL PROTECTED]> wrote: >> >> > Hi, >> >> > Is it still the case there is no practical Expect-like module for >> > win32? I know that cygwin can supp

Re: Python+Expect+Win32 = Not Possible?

2007-09-13 Thread gamename
On Sep 13, 4:51 am, Philem <[EMAIL PROTECTED]> wrote: > On Sep 13, 12:27 am, gamename <[EMAIL PROTECTED]> wrote: > > > Hi, > > > Is it still the case there is no practical Expect-like module for > > win32? I know that cygwin can support pexpect, but that isn't an > > option here --- I have to use a

Re: Python+Expect+Win32 = Not Possible?

2007-09-13 Thread gamename
On Sep 13, 4:18 am, Tim Golden <[EMAIL PROTECTED]> wrote: > gamename wrote: > > On Sep 13, 1:42 am, [EMAIL PROTECTED] wrote: > >> On Sep 12, 9:27 pm, gamename <[EMAIL PROTECTED]> wrote: > > >>> Hi, > >>> Is it still the case there is no practical Expect-like module for > >>> win32? I know that cygw

Re: Python+Expect+Win32 = Not Possible?

2007-09-13 Thread Tim Golden
gamename wrote: > On Sep 13, 1:42 am, [EMAIL PROTECTED] wrote: >> On Sep 12, 9:27 pm, gamename <[EMAIL PROTECTED]> wrote: >> >>> Hi, >>> Is it still the case there is no practical Expect-like module for >>> win32? I know that cygwin can support pexpect, but that isn't an >>> option here --- I have

Re: Python+Expect+Win32 = Not Possible?

2007-09-13 Thread Philem
On Sep 13, 12:27 am, gamename <[EMAIL PROTECTED]> wrote: > Hi, > > Is it still the case there is no practical Expect-like module for > win32? I know that cygwin can support pexpect, but that isn't an > option here --- I have to use a native win32 Python version. > > Are there alternatives, or is it

Re: Python+Expect+Win32 = Not Possible?

2007-09-13 Thread gamename
On Sep 13, 1:42 am, [EMAIL PROTECTED] wrote: > On Sep 12, 9:27 pm, gamename <[EMAIL PROTECTED]> wrote: > > > Hi, > > > Is it still the case there is no practical Expect-like module for > > win32? I know that cygwin can support pexpect, but that isn't an > > option here --- I have to use a native wi

Re: Python+Expect+Win32 = Not Possible?

2007-09-13 Thread half . italian
On Sep 12, 9:27 pm, gamename <[EMAIL PROTECTED]> wrote: > Hi, > > Is it still the case there is no practical Expect-like module for > win32? I know that cygwin can support pexpect, but that isn't an > option here --- I have to use a native win32 Python version. > > Are there alternatives, or is it

Python+Expect+Win32 = Not Possible?

2007-09-12 Thread gamename
Hi, Is it still the case there is no practical Expect-like module for win32? I know that cygwin can support pexpect, but that isn't an option here --- I have to use a native win32 Python version. Are there alternatives, or is it simply not an option to replicate Expect on win32 with python? All