[python-win32] FW: pywintypes Error
Tim Roberts
timr at probo.com
Tue Feb 23 12:34:05 EST 2016
KiranKumarJakkampudi at 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, timr at probo.com
Providenza & Boekelheide, Inc.
More information about the python-win32
mailing list