On Oct 2, 11:11 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Tue, 02 Oct 2007 12:12:09 -0300, rc <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] > > -- > 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) -- http://mail.python.org/mailman/listinfo/python-list