[Soap-Python] Complex types rpclib

2011-10-24 Thread azurIt
Hi, i'm having problems in setting complex type which element name is reserved Python word (getting syntax error): class perms_request(ComplexModel): and = Array(String) or = Array(String) Any ideas how to resolve this ? I simply cannot change element name cos of backward compatibility (i

Re: [Soap-Python] Complex types rpclib

2011-10-24 Thread Burak Arslan
On 10/24/11 16:10, azurIt wrote: > Hi, > > i'm having problems in setting complex type which element name is reserved > Python word (getting syntax error): > > class perms_request(ComplexModel): > and = Array(String) > or = Array(String) > > Any ideas how to resolve this ? I simply cannot chan

Re: [Soap-Python] Complex types rpclib

2011-10-24 Thread azurIt
yes, thank you ! azur __ > Od: "Burak Arslan" > Komu: azurIt > Dátum: 24.10.2011 15:22 > Predmet: Re: [Soap-Python] Complex types rpclib > > CC: "[email protected]" >On 10/24/11 16:10, azurIt wrote: >> Hi, >> >> i'm having problems i