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
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