Monday, June 8, 2009

Python-dialog patch for Forms, Editbox, and Pause

I know my python-dialog tutorial is over due, it would be next week.

If you are already writing dialogs in Python then you might want to grab my python-dialog patch
that adds support for:

  • Mixed, Normal, and Password Forms
  • Pause Box
  • Edit Box

Widgets supported by Dialog version 0.9b and beyond

Go to your python modules directory, default on some systems such as suse "/usr/lib/python2.6/site-packages" and patch dialog.py with "patch -p0 -i python-dialog-2.7.patch".
Generate a pyc file with "python -m compileall" after that.

"http://sites.google.com/site/weqaar/Home/files" or "https://sourceforge.net/tracker/download.php?group_id=58155&atid=486715&file_id=330198&aid=2803027"

No comments:

Post a Comment