On 1:59 PM, pyt...@bdurham.com wrote:
I know there is a simple interface to the Windows messagebox interface.
Is there an equivalent type of simple dialog box for showing a
progressbar or progressbar-like information?
Use case: I have a collection of Python command line utilties that can
take up to several minutes to run. These are utilities may be called
from other applications. Our users have asked whether these utilities
can display a progressbar while they are running.
Our utilities are very lean right now and easy to distribute and
support. We would like to avoid having to use Tkinter or large GUI
frameworks like wxPython and pyQt if at all possible.
Thank you,
Malcolm
Stupid question, but since you're using command line utilities, why not
just use a command line progress bar? This fellow wrote one that might
work:
http://coreygoldberg.blogspot.com/2010/01/python-command-line-progress-bar-with.html
- Mike
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32