[python-win32] Calling unregistered COM libraries via Python

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Jan 12 05:12:00 EST 2016


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 does appear to be possible, using a manifest file:

https://msdn.microsoft.com/en-us/library/ms973913.aspx

-- 
Greg


More information about the python-win32 mailing list