Re: [python-win32] Problem creating a COM from Python and then using itfrom another Python program

2005-07-15 Thread Mark Hammond
The "problem" is that creating a COM object in Python does *not* create a typelib. Therefore, you are unable to run makepy for the object. However, simply creating the object and using it should work fine. Mark > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] >

[python-win32] Problem creating a COM from Python and then using it from another Python program

2005-07-15 Thread Yeo Man
I'm probably doing something very silly here, but I'm having trouble creating a COM from a Python program, and then using that COM object. I've followed the steps in Chapter 5 of: Python Programming on Win32 and in the article: http://pyzine.com/Issue007/index.html http://www.pyzine.com

Re: [python-win32] win32pipe and buffer size

2005-07-15 Thread Tony Cappellini
Hi There is a pure-python version of expect called pExpect- use google to find it in sourceforge It's not from Active State- but Active State is not such a big deal. Message: 2 Date: Mon, 11 Jul 2005 17:41:24 +0200 From: Frank Guenther <[EMAIL PROTECTED]> Subject: [python-win32] win32pipe and b

[python-win32] Re: Task Scheduler

2005-07-15 Thread Roger Upole
You can use GetExitCode to return the reason it couldn't start. One thing to check is that the user account it's running under has the log on as batch job privilege. Roger > Thank you, Roger, for pointing that out. I tried the > test sample and it did create the scheduler object as