On Oct 26, 1:01 pm, Sean DiZazzo wrote:
> On Oct 25, 11:58 pm, Babloo wrote:
>
>
>
> > i have a small python application with GUI (frontend) which has
> > various functions. I have a "RUN" button which runs python scripts in
> > the background . It basica
On Oct 26, 1:11 pm, Saju Pillai wrote:
> On 26/10/09 12:28 PM, Babloo wrote:
>
> > i have a small python application with GUI (frontend) which has
> > various functions. I have a "RUN" button which runs python scripts in
> > the background . It basically ca
i have a small python application with GUI (frontend) which has
various functions. I have a "RUN" button which runs python scripts in
the background . It basically calls execfile() function internally
which runs in a thread , to run the python script .
I want to implement a "PAUSE" feature which