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]
>
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
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
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