Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #7834

ANN: PyGUI 2.5

Path csiph.com!x330-a1.tempe.blueboxinc.net!feeder3.hal-mli.net!nx01.iad01.newshosting.com!newshosting.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <mod-submit@uni-berlin.de>
X-Original-To python-announce@python.org
Delivered-To python-announce-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'bug': 0.02; 'subject:ANN': 0.02; 'api.': 0.05; 'from:addr:canterbury.ac.nz': 0.09; 'from:addr:greg.ewing': 0.09; 'from:name:greg ewing': 0.09; 'grid': 0.09; 'gui': 0.14; 'arrays.': 0.16; 'email addr:canterbury.ac.nz': 0.16; 'email name:greg.ewing': 0.16; 'fixes.': 0.16; 'numpy': 0.16; 'pythonic': 0.16; 'received:130.133.4.66': 0.16; 'received:130.133.4.67': 0.16; 'received:fu-berlin.de': 0.16; 'received:outpost1.zedat.fu- berlin.de': 0.16; 'received:relay1.zedat.fu-berlin.de': 0.16; 'received:zedat.fu-berlin.de': 0.16; 'to:addr:moderators.individual.net': 0.16; 'url:canterbury': 0.16; 'url:cosc': 0.16; 'url:ewing': 0.16; 'url:greg': 0.16; 'user- defined': 0.16; 'pil': 0.19; 'stuff': 0.22; 'gregory': 0.23; 'creating': 0.24; 'url:ac': 0.29; 'consisting': 0.30; 'ewing': 0.30; 'pile': 0.30; 'toolkit': 0.30; 'changes': 0.30; 'implementing': 0.32; 'regular': 0.34; 'file': 0.34; 'there': 0.35; 'header:User-Agent:1': 0.35; 'version.': 0.35; 'skip:- 10': 0.37; 'tool': 0.38; 'highlights': 0.38; 'menu': 0.38; 'subject:: ': 0.38; 'header:Mime-Version:1': 0.39; 'include:': 0.63; 'full': 0.63; 'designed': 0.65; 'view': 0.66; 'received:130': 0.68; 'details.': 0.69; 'received:130.133': 0.74; 'received:130.133.4': 0.74; 'received:130.133.4.7': 0.74; 'received:individual.net': 0.74; 'received:moderators.individual.net': 0.74; 'lightweight': 0.84; 'available:': 0.93
To comp-lang-python-announce@moderators.individual.net
From Greg Ewing <greg.ewing@canterbury.ac.nz>
Newsgroups comp.lang.python, comp.lang.python.announce
Subject ANN: PyGUI 2.5
Date Fri, 17 Jun 2011 15:18:36 +1200
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding 7bit
X-Orig-X-Trace individual.net E3wozQ50B9G6gpoejJLaPAg3vrN/OB0/pXWE0Bb9JCOMnLZrH7
Cancel-Lock sha1:GEYTguVRpXnXZc4mSyQh0o1FPrU=
User-Agent Mozilla Thunderbird 1.0.5 (Macintosh/20050711)
X-Accept-Language en-us, en
X-Originating-IP 130.133.4.6
X-Mailman-Approved-At Fri, 17 Jun 2011 19:02:28 +0200
X-BeenThere python-announce-list@python.org
X-Mailman-Version 2.1.12
Precedence list
Reply-To python-list@python.org
List-Id Announcement-only list for the Python programming language <python-announce-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-announce-list>
List-Post <mailto:python-announce-list@python.org>
List-Help <mailto:python-announce-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe>
Approved python-announce-list@python.org
Message-ID <mailman.80.1308330149.1164.python-announce-list@python.org> (permalink)
Lines 30
NNTP-Posting-Host 82.94.164.166
X-Trace 1308330149 news.xs4all.nl 49048 [::ffff:82.94.164.166]:48899
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:7834 comp.lang.python.announce:192

Cross-posted to 2 groups.

Show key headers only | View raw


PyGUI 2.5 is available:

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

Lots of new stuff in this version. Highlights include:

   - Improved facilities for customising the standard menus.

   - Functions for creating PyGUI Images from PIL images and numpy arrays.

   - ListButton - a pop-up or pull-down menu of choices.

   - GridView - a user-defined view consisting of a regular grid of cells.

   - PaletteView - a GridView specialised for implementing tool palettes.

There is also a big pile of other improvements and bug fixes. See the
CHANGES file for full details.


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

PyGUI is a cross-platform GUI toolkit designed to be lightweight
and have a highly Pythonic API.

-- 
Gregory Ewing
greg.ewing@canterbury.ac.nz
http://www.cosc.canterbury.ac.nz/greg.ewing/

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

ANN: PyGUI 2.5 Greg Ewing <greg.ewing@canterbury.ac.nz> - 2011-06-17 15:18 +1200
  Re: ANN: PyGUI 2.5 Terry Reedy <tjreedy@udel.edu> - 2011-06-17 15:15 -0400
    Re: ANN: PyGUI 2.5 rzed <rzantow@gmail.com> - 2011-06-18 00:06 +0000
    Re: ANN: PyGUI 2.5 Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2011-06-18 17:58 +1200
      Re: ANN: PyGUI 2.5 Bill Janssen <janssen@parc.com> - 2011-09-14 11:47 -0700
      Re: ANN: PyGUI 2.5 Greg Ewing <greg.ewing@canterbury.ac.nz> - 2011-09-15 16:28 +1200
  Re: ANN: PyGUI 2.5 Wolfgang Keller <feliphil@gmx.net> - 2011-06-17 21:24 +0200
    Re: ANN: PyGUI 2.5 Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2011-06-18 17:49 +1200

csiph-web