[python-win32] Registering 3rd party DLLs
Gal Aviel
galaviel at yahoo.com
Sun Jul 20 14:21:40 CEST 2008
Hello All,
I posted a related question in the py2exe mailing list, only to realize
that the issue might be more related to this mailing list ...
I'm distributing a python application as a self-contained executable
using py2exe.
My application relies on several 3rd party DLLs which I am trying
to bundle w/ my app.
Of the about 10 DLLs, one is a COM server that needs to be
registered with windows (regsvr32 on the windows shell).
I already know about win32com.server.register.UseCommandLine() however
it accepts a python class; is there a corresponding method for
registering real, Physical DLL file? I want to try to register
the DLL pro programaticaly from my python code.
Many thanks in advance :)
Gal.
More information about the python-win32
mailing list