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.
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Reply via email to