progress bar

Dave Brueck dave at pythonapocrypha.com
Fri Jan 23 16:37:27 EST 2004


> OS: Win2K
> Python version: 2.2
> 
> Seeking references to documentation that discuss how a python script
> can handle displaying a progress bar.  Also, if you are aware of any
> sample code that illustrates this, I'm interested in looking at that
> sample code.
> 
> Are there ways to accomplish this that do not involve using a
> full-featured GUI toolkit like Tkinter or wxPython or PythonCard?

Try Venster:
http://venster.sourceforge.net

IIRC the test_coolbar.py script includes a progress bar.

-Dave




More information about the Python-list mailing list