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. _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32