ANNOUNCE: wxPython 2.8.8.1

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Robin Dunn

    ANNOUNCE: wxPython 2.8.8.1

    Announcing
    ----------

    The 2.8.8.1 release of wxPython is now available for download at
    http://wxpython.org/download.php. This is a minor bugfix release with
    several fixes for problems discovered in the 2.8.8.0 release.

    Source code is available, as well as binaries for Python 2.3, 2.4 and
    2.5, for Windows and Mac, as well some packages for various Linux
    distributions. A summary of changes is listed below and also at
    http://wxpython.org/recentchanges.php.




    What is wxPython?
    -----------------

    wxPython is a GUI toolkit for the Python programming language. It
    allows Python programmers to create programs with a robust, highly
    functional graphical user interface, simply and easily. It is
    implemented as a Python extension module that wraps the GUI components
    of the popular wxWidgets cross platform library, which is written in
    C++.

    wxPython is a cross-platform toolkit. This means that the same program
    will usually run on multiple platforms without modifications.
    Currently supported platforms are 32-bit Microsoft Windows, most Linux
    or other Unix-like systems using GTK2, and Mac OS X 10.3+, in most
    cases the native widgets are used on each platform to provide a 100%
    native look and feel for the application.


    Changes in 2.8.8.1
    ------------------

    wx.richtext: Added wrappers for the RichTextPrintin g and
    RichTextPrintou t classes.

    Make it easier to replace the check box images used in the
    CheckListCtrlMi xin class.

    Fixed bug in wx.ScrolledWind ow when child focus events caused
    unneccessary or incorrect scrolling.

    Fixed a bug in wx.GridBagSizer where hidden items were not ignored in
    part of the layout algorithm.

    Several other bugs also fixed.

    Added builds for Ubuntu Hardy (8.04)


    --
    Robin Dunn
    Software Craftsman
    http://wxPython.org Java give you jitters? Relax with wxPython!

Working...