On Fri, Sep 25, 2009 at 6:09 AM, Dave Angel wrote:
> Sean DiZazzo wrote:
>
>> On Sep 24, 4:37 pm, Dave Angel wrote:
>>
>>
>>>
>>> Why not just use the subprocess module? It's built into the Windows
>>> distribution, and doesn't need cygwin.
>>>
>>> DaveA
>>>
>>>
>>
>> Can subprocess
Sean DiZazzo wrote:
On Sep 24, 4:37 pm, Dave Angel wrote:
Why not just use the subprocess module? It's built into the Windows
distribution, and doesn't need cygwin.
DaveA
Can subprocess pass things like passwords to running processes like
pexpect can?
~Sean
I don't kn
On Sep 24, 4:37 pm, Dave Angel wrote:
> Kevin Holleran wrote:
> > Hello,
>
> > I downloaded and installed the pexpect module and wrote a script. All is
> > well and good, but the script proved to be pretty useful and now I was asked
> > to run it as a scheduled task up on a server to run periodic
Kevin Holleran wrote:
Hello,
I downloaded and installed the pexpect module and wrote a script. All is
well and good, but the script proved to be pretty useful and now I was asked
to run it as a scheduled task up on a server to run periodically. I was
intending on simply packaging it up with Py
Hello,
I downloaded and installed the pexpect module and wrote a script. All is
well and good, but the script proved to be pretty useful and now I was asked
to run it as a scheduled task up on a server to run periodically. I was
intending on simply packaging it up with Py2Exe and moving it to th