Re: Progress Box or Bar in Windows



Go for wxPython, it'll fulfill all your GUI needs. Handsdown the best
GUI toolkit I ever ran into. It can't get much simpler than:

wx.MessageBox('hi')

And there are tons of readymade dialogs and progressbars in the
library. Check out the demo.py under the wxPython installation dir to
see demos (and source) of the enormous list of controls.

.



Relevant Pages

  • Re: OO on python real life tutorial?
    ... "wxPython is the best and most mature cross-platform GUI toolkit, ... The only reason wxPython isn't the ... Wax is quite nice. ... replace/mount side by side Tkinter in future Python ...
    (comp.lang.python)
  • Re: Python Documentation Blows!
    ... From his PyCon keynote (not a direct ... quote, but taken Kevin Altis quoting Ted Leung's notes: ... That's the best GUI toolkit given a number of constraints. ... reason wxPython isn't the standard Python GUI toolkit is that tkInter ...
    (comp.lang.python)
  • Re: wxPython vs Glade?
    ... wxPython *is* a GUI toolkit. ... my libraries are portable, ... there is a Glade-like graphical builder for wxWidgets named wxGlade. ...
    (comp.lang.python)
  • ANNOUNCE: wxPython 2.5.2.8
    ... I'm pleased to announce the 2.5.2.8 release of wxPython, ... wxPython is a GUI toolkit for the Python programming language. ...
    (comp.lang.python)
  • Re: OO on python real life tutorial?
    ... While Claudio has a point (wxPython is a C++ library at heart), ... believe that wxPython is the best solution for Python GUI's out there. ... that "wxPython is the best and most mature cross-platform GUI toolkit, ...
    (comp.lang.python)