On Thu, Aug 20, 2009 at 6:56 PM, Vishal <vsapr...@gmail.com> wrote:

> Hi,
>
> Have you seen this:
> http://en.wikipedia.org/wiki/Quicksort
> There is a GIF file in this webpage that shows how the workings of
> QuickSort.
> We wish to do this for a process that goes on in runtime. Basically its a
> status display thing.
> Any thoughts would help.
>


Vishal,
If I understand right, you want to dynamically create an animation that
shows what's going on with your process at runtime.

The Python Imaging Library will allow you to create animated gifs - like the
Quicksort one...

navin.
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to