On 7 September 2012 15:59, Nitin Kumar <nitin.n...@gmail.com> wrote:

> Say for example:
>
> from a site  http://www.winzip.com/downwz.htm we click "download" button.
> So i file download will start.
> but I want to do some other activities before file start to download. so is
> there a way to pause start of download do some activity and then start the
> download using python.
>

If I understand correctly, you are looking for background
task processing, such as is provided by Celery:
http://www.celeryproject.org/

Regards,
Gora
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to