[python-win32] Calling unregistered COM libraries via Python

Mark Hammond skippy.hammond at gmail.com
Mon Jan 11 17:55:25 EST 2016


On 12/01/2016 4:21 AM, Manowitz, David wrote:
> Is it possible, either via the win32com extensions or the comtypes
> package (or some other package), to call to an unregistered COM
> library?  It doesn’t seem so, but I wanted to check.

COM uses the registration info to locate and load the library, so in 
general it's not possible. You could always just register it though...

Mark

>
>
>
> Thanks,
>
> David Manowitz
>
> Office of Petroleum, Natural Gas, and Biofuels Analysis
>
> Energy Information Administration <http://www.eia.gov/>
>
> U.S. Department of Energy
>
> 1000 Independence Ave S.W.
>
> Washington, DC 20585
>
> Tel: +1-202-586-2815
>
>
>
>
>
> _______________________________________________
> python-win32 mailing list
> python-win32 at python.org
> https://mail.python.org/mailman/listinfo/python-win32
>



More information about the python-win32 mailing list