Re: [BangPypers] something in python similar to java applets

2010-09-08 Thread naman jain
>> But a standalone downloadable executable needs to communicate back the >> results to the server. So you mean the applet launches it locally and keeps >> track of it to send the results back. > > [...] > > You could have some kind of an API (web maybe) which the downloadable > app can use to talk

Re: [BangPypers] something in python similar to java applets

2010-09-07 Thread naman jain
On Tue, Sep 7, 2010 at 1:48 PM, steve wrote: > Hello Naman, > > > On 09/06/2010 06:32 PM, naman jain wrote: > >> Hello, >> >> I want to do something through python what applets do in java. >> Through a website I want people to log in and do some tests local

Re: [BangPypers] something in python similar to java applets

2010-09-07 Thread naman jain
On Tue, Sep 7, 2010 at 1:12 PM, Noufal Ibrahim wrote: > On Mon, Sep 6, 2010 at 6:32 PM, naman jain wrote: > > Hello, > > > > I want to do something through python what applets do in java. > > Through a website I want people to log in and do some tests locally on &g

[BangPypers] something in python similar to java applets

2010-09-06 Thread naman jain
Hello, I want to do something through python what applets do in java. Through a website I want people to log in and do some tests locally on their machines and send the results to the server. According to my understanding we have methods like applets or flash to do something locally on the client