Re: [python-win32] Calling an OLE Automation (IDispatch) server which uses "out params"

2012-12-15 Thread Mark Hammond
On 15/12/2012 12:56 AM, Dave Calkins wrote: On 12/13/2012 10:39 PM, Mark Hammond wrote: This is the form you should use, but the method name you are trying to call is "GetSettingValue", not "GetSettingName", hence the AttributeError. Mark Ah, yes. Good catch! Unfortunately, correcting that

Re: [python-win32] a question about word addin , IRibbonExtensibility, GetCustomUI, getImage, IPicture

2012-12-15 Thread Gilles Baggieri
Mark Hammond gmail.com> writes: > > I've lost some of the context here, but there is a > pythoncom.ObjectFromAddress that looks like it does exactly what you > want - check out the pywin32 docs for details... > > HTH, > > Mark > Thanks Mark. It works fine with only this: import pytho