Re: [BangPypers] Calling Python from JavaScript

2011-11-02 Thread Asif Jamadar
Sorry for my bad English, I will explain what i'm trying to achieve, I'm using Dajaxice with Django. I created modelformset which consist of multiple forms. Each form has dropdown field on which I'm calling dajaxice function, that function will takes the value of the dropdown field and calls a

Re: [BangPypers] Calling Python from JavaScript

2011-11-02 Thread Asif Jamadar
Group - India Subject: Re: [BangPypers] Calling Python from JavaScript Hello Asif, On Tue, Nov 01, 2011 at 08:43:11AM +, Asif Jamadar wrote: > Is there a simple way to call Python libraries from JavaScript? > What do you ultimately intend to do with this requirement? You can do a HTT

Re: [BangPypers] Calling Python from JavaScript

2011-11-01 Thread Senthil Kumaran
Hello Asif, On Tue, Nov 01, 2011 at 08:43:11AM +, Asif Jamadar wrote: > Is there a simple way to call Python libraries from JavaScript? > What do you ultimately intend to do with this requirement? You can do a HTTP Ajax request via javascript and then your server could delegate it to python

[BangPypers] Calling Python from JavaScript

2011-11-01 Thread Asif Jamadar
Is there a simple way to call Python libraries from JavaScript? I have created python (.py) file which consist of some function, now I need to call those functions inside my JavaScript code. How can I achieve this? Regards Asif ___ BangPypers mailin