Re: [python-win32] Calling unregistered COM libraries via Python

2016-01-12 Thread Greg Ewing
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

Re: [python-win32] Calling unregistered COM libraries via Python

2016-01-11 Thread Manowitz, David
" , "'[email protected]'" Subject: Re: [python-win32] Calling unregistered COM libraries via Python 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 unr

Re: [python-win32] Calling unregistered COM libraries via Python

2016-01-11 Thread Mark Hammond
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