kirankumarjakkamp...@eaton.com wrote:
>  
>
> I am getting an error mentioned below while using in some of the
> machines when trying to open the application where as it is working
> fine in some of the machines :
>
>  
>
> I also tried to create the Class id manually using the reg-edit but it
> didn’t worked.
>
> I am using win-7 32 bit OS , python 2.4.4,Pmw module and  pywin
> ,pyinstaller,pythoncom..etc
>
> Can you suggest how to force the class Id in to valid string either
> through code or manually by dll registration?
>
> Can anyone please help me to figure it out?
>

You posted this question a week ago, and I responded.  Did you not like
the answer?

"Invalid class string" means the server DLL is not registered.  You need
to use "regsvr32" to register the DLL.  It's just that simple.

-- 
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