On 7/11/05, Frank Guenther <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I try to automate a command line tool and have the problem that I can't
> read the stdout-pipe.
> I think the reason is the tool doesn't flush the pipe so it is first
> readable when the process was closed.
> Can I set the buffer
Hi All,
I try to automate a command line tool and have the problem that I can't
read the stdout-pipe.
I think the reason is the tool doesn't flush the pipe so it is first
readable when the process was closed.
Can I set the buffer size of the stdout-pipe by win32pipe to force the
tool to write
Hi,
I have a COM server which is working fine on my development machine,
and I am trying to create a distributable using py2exe.
Setup.py file is something like this:
# setup.py
from distutils.core import setup
import py2exe
import sys
sys.argv.append("py2exe")
import mycomsvr
opts = {
"