ANN: wxPython 2.7.1.2 release

R

Robin Dunn

Announcing
----------

The 2.7.1.2 release of wxPython is now available for download at
http://wxpython.org/download.php. This release is a quick-turnaround
bugfix release designed to solve some problems found in the 2.7.1.1
release. Source and binaries are available for both Python 2.4 and 2.5
for Windows and Mac, as well some pacakges for varous 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.


Changes in 2.7.1.2
------------------

Fixed a bug in the MaskedEdit controls caused by conflicting IsEmpty
methods.

Patch #1579280: Some mimetype optimizations on unix-like systems.

wxMac: Several wx.webkit.WebKitCtrl enhancements/fixes, including:

- new methods for increasing/decreasing text size, getting
selection, getting/setting scroll position, printing, enabling
editing, and running JavaScripts on the page.

- added new event (wx.webkit.WebKitBeforeLoadEvent) for catching, and
possibly vetoing, load events before they occur.

- wx.webkit.WebKitCtrl now fires mouse events for certain events
that it was eating before. This improves wxSplitterWindow
resizing behavior.

- refactoring of the sizing logic to move the Cocoa view. Tested
with splitter windows, panels, notebooks and all position
correctly with this.

Some improvements to the drawing code in CustomTreeCtrl.

Fixed refcount leak in wx.Window.GetChildren.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

ANN: wxPython 2.8.9.2 release 0
ANN: wxPython 2.9.1.1 0
wxPython 2.8.11.0 release 0
ANN: wxPython 2.8.10.1 0
ANN: wxPython 2.7.1.3 5
ANNOUNCE: wxPython 2.8.12.0 0
ANN: wxPython 2.8.9.1 0
ANNOUNCE: wxPython 2.8.6.1 0

Members online

No members online now.

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,208
Latest member
RandallLay

Latest Threads

Top