Re: [python-win32] makepy.py not working

2008-04-08 Thread Konstantin Veretennicov
On Tue, Apr 8, 2008 at 4:18 PM, [EMAIL PROTECTED] wrote: Hallo, I've a problem getting makepy running. When I start the tool on my machine with doubleclick everything is fine. But when I try this in my Code: makepy.py -i Microsoft Excel 11.0 Object Library(1.5) This syntax is used to

Re: [python-win32] Task Scheduler

2005-07-14 Thread Konstantin Veretennicov
On 7/14/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello list, I am having trouble working with the Windows XP Task Scheduler. ... There is also a at.exe program which is suppose to have been replaced by the schtasks.exe. It's a lot simpler then schtasks.exe and doesn't prompt you

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

2005-07-12 Thread Konstantin Veretennicov
On 7/11/05, Amit Upadhyay [EMAIL PROTECTED] wrote: Hi, I have a COM server which is working fine on my development machine, [snip] But when I tranfer it to some other machine, i can not create an inproc instance of it using win32com.client.dispatch, it gives me: Python 2.3.5 (#62, Feb

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