SyntaxError: can't assign to function call win32com.client

Mark Hammond mhammond at skippinet.com.au
Fri Dec 3 09:30:44 EST 1999


tiddlerdeja at my-deja.com wrote in message <823ppg$o2b$1 at nnrp1.deja.com>...
>I'm trying to mirror this VB code (which works) with python code:
>
>objUser.DynamicProperty("BILLING_ADDRESS2") = "3 The Street"

As Stefan suggested, it could be "SetDynamicProperty(...)", or it may be
DynamicProperty(...).Value = "3 The Street"

Mark.






More information about the Python-list mailing list