ANN: PyGUI 1.7.1

greg greg at cosc.canterbury.ac.nz
Sat May 6 00:50:01 EDT 2006


PyGUI 1.7.1 is now available:

   http://www.cosc.canterbury.ac.nz/~greg/python_gui/

New features:
	- Slider control.
	- run() convenience function, equivalent to application().run().
	- Geometry.rects_intersect() function.

Enhancements:
	- Files given on the command line opened at application startup.
	- BlobEdit example extended to demonstrate update_rect usage.

Bug fixes:
	- Disabled a debugging statement that was inadvertently left on
	  in Cursor.__init__.
	- Changed the package name in setup.py to something more meaningful
	  than 'foo'.


What is PyGUI?
--------------

PyGUI is an experimental highly-Pythonic cross-platform
GUI API. Implementations are currently available for
MacOSX and Gtk. For a full description of the project
goals, see the PyGUI web page at the above address.



More information about the Python-list mailing list