[Product-Developers] calling ZSQL method from Python

Mayank Mathur mayankmathur at tetrain.com
Mon Oct 13 12:53:54 UTC 2008


u mean to say,
   context.Intranet(key1=status, key2=id, etc....... )
This is also giving same error ..
If i use
   context.Intranet(status=status, is=id, etc....... ), then also, no diff

In my ZSQL method, im using param name like "status,id"
I don't think this will make much diff. also

Regards,
Mayank Mathur




Andreas Jung wrote:
> On 13.10.2008 8:42 Uhr, Mayank Mathur wrote:
>> i've already tested with this. Its showing error :
>>
>> Error Type
>> ValueError
>> Error Message
>> Missing input variable, /aid/
>>
>> im trying
>> context.Intranet1(aid), where aid contains some val of varb.
>
> As written, you have to use keywords parameters.
>
> -aj




More information about the Product-Developers mailing list