jakkampudikiranku...@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, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to