win32com COMAdminCatalogObject Value method

rc chlo.prog at gmail.com
Thu Oct 4 14:40:04 EDT 2007


On Oct 2, 11:11 pm, "Gabriel Genellina" <gagsl-... at yahoo.com.ar>
wrote:
> En Tue, 02 Oct 2007 12:12:09 -0300, rc <chlo.p... at gmail.com> escribi?:
>
> >> Try objCOMAdminCatalogObject.SetValue("ID", AppID).
> > When I try that I get exception:
> > AttributeError: Add.SetValue
>
> I think you would get more help asking in python-wi... at python.org
>
> --
> Gabriel Genellina

Thank you, python-win32 was able to help.
makepy needed to be run on the COM object allowing SetValue to be
called:
win32com.client.gencache.EnsureModule(pywintypes.IID('{F618C513-
DFB8-11D1-A2CF-00805FC79235}'), 0x0, 1, 0)




More information about the Python-list mailing list