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 h
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
--
http://mail.python.
> Try objCOMAdminCatalogObject.SetValue("ID", AppID).
>
> Roger- Hide quoted text -
>
> - Show quoted text -
When I try that I get exception:
AttributeError: Add.SetValue
I think the only valid methods are: Key(), Name(), Valid() and Value()
The thing I'm most confused about is that it
rc wrote:
> I'm trying to convert VB code that registers COM+ components to
> Python. However, I'm unable to set values on COMAdminCatalogObject
> using the Value() method, it seems to think I'm trying to call the get
> method.
>
> VB Code:
> Dim cat As COMAdminCatalog
> Set cat = New COMAdminCata
I'm trying to convert VB code that registers COM+ components to
Python. However, I'm unable to set values on COMAdminCatalogObject
using the Value() method, it seems to think I'm trying to call the get
method.
VB Code:
Dim cat As COMAdminCatalog
Set cat = New COMAdminCatalog
Dim apps As COMAdminCa