[python-win32] com server with py2exe fails to import standard module

2005-07-11 Thread Amit Upadhyay
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 = {

Re: [python-win32] win32pipe and buffer size

2005-07-11 Thread Konstantin Veretennicov
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 size of