Question concerning makepy.py for COM (long, code included)

Mark Hammond mhammond at skippinet.com.au
Sat Feb 12 19:27:18 EST 2000


"Scott Anderson" <sanderson at ttm.com> wrote in message
news:38A42C9B.268AF5D6 at ttm.com...
> mhammond at skippinet.com.au wrote:

> Next question then, since I'm getting the same error from static
> dispatch as I am from dynamic: are OCX controls treated differently
than
> "normal" COM objects?

Nope - everything is just a COM object.

> Here's what I'm getting:
...
>
"C:\dev\python\win32com\gen_py\DBD89B20-C44F-11CF-8C05-0004AC77A721x0x
1x0.py",
> line 50, in __setattr__
> pywintypes.com_error: (-2147418113, 'Unexpected failure', None,
None)

This is simply an error that has been returned from the object.
Python (or me) has no idea what has caused this.  Sorry.

Mark.






More information about the Python-list mailing list