"g.franzkowiak" <[EMAIL PROTECTED]> 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, [EMAIL PROTECTED]
  Providenza & Boekelheide, Inc.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to