[python-win32] Com error invalid class string
Tim Roberts
timr at probo.com
Tue Feb 16 12:18:10 EST 2016
JakkampudiKiranKumar at Eaton.com wrote:
>
>
>
>
> I am trying to run a python application which is leaving trackback as
> shown below .
>
> I am using windows -7 32 bit O.S,python 2.4.4,pywin32 214
>
> ...
>
> Can anyone help in figuring out the issue?
>
I don't know how you can expect anyone to help when you don't show the
code. The issue is very clear -- the class string in the call to
Dispatch is not a registered class. So, go look up what ID_SETUP_DONGLE
is, figure out which DLL is the server for that class, and register it.
--
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.
More information about the python-win32
mailing list