frozen win32com problem

Stefan Schukat SSchukat at dspace.de
Fri Jan 4 06:50:01 EST 2002


It could also be that the component category manager is not 
registered right on yout NT system. Try this

RegSvr32.Exe <Path To Windows\System(32)>\ComCat.DLL 

on your NT machine and look if it helps. 

	Stefan



> -----Original Message-----
> From: Robin Becker [mailto:robin at jessikat.fsnet.co.uk]
> Sent: Friday, January 04, 2002 12:31 PM
> To: python-list at python.org
> Subject: Re: frozen win32com problem
> 
> 
> In article <3C353FA8.1010409 at skippinet.com.au>, Mark Hammond
> <mhammond at skippinet.com.au> writes
> .....
> >
> >Actually, the code is only trying to get a reference to a 
> standard COM 
> >object, not a Python implemented one.  I assume that the 
> test program 
> >works OK when not frozen, or is this only on a single 
> machine "in the 
> >field"?
> >
> >Mark.
> >
> yes this works fine on the win2k build system, but not on my test NT4
> machine. Could it be that I need some extra library/pyd on the target.
> On the build system the frozen python.exe seems to be able to register
> stuff correctly and it looks like it's only using stuff from 
> the frozen
> distribution, but it has python & win32all installed so maybe 
> it can see
> stuff via the registry.
> -- 
> Robin Becker
> -- 
> http://mail.python.org/mailman/listinfo/python-list
> 




More information about the Python-list mailing list