win32com 'catastrophic failure'

Tim Roberts timr at probo.com
Tue Dec 6 02:43:52 EST 2005


"g.franzkowiak" <g.franzkowiak at onlinehome.de> wrote:
>
>I'm trying to interface to an .ocx file.
>After successfully running makepy over it, the following is my problem:
>
>  com_error: (-2147418113, 'catastrophic failure', None, None)

That's not nearly enough information.  -2147418113 is 0x8000FFFF, which is
E_UNEXPECTED.  That's a generic error which may mean that you called
something in the wrong order, or provided a parameter that was not
expected.

What OCX were you calling, and what did the code look like?
-- 
- Tim Roberts, timr at probo.com
  Providenza & Boekelheide, Inc.



More information about the Python-list mailing list