wxPython is a Python extension module that wraps the wxWidgets cross-platform GUI library and provides an alternative to Tkinter and PythonWin. It attempts to mirror the class hierarchy of wxWidgets as closely as possible and is very versatile. It can be used to create standalone GUI applications or can be used in situations in which Python is embedded in a wxWidgets C++ application as an internal scripting or macro language. The currently supported GUIs are Win32, GTK/X-Windows, and Mac OS X.
| Tags | Software Development Libraries Application Frameworks |
|---|---|
| Operating Systems | Windows Windows Windows POSIX |
| Implementation | Python |
Recent releases


No changes have been submitted for this release.


No changes have been submitted for this release.


Changes: This release mostly features bugfixes but also adds newevent and floatcanvas modules, and updates to wxMaskedEditCtrl.


Changes: C++ asserts are now Python exceptions, and many new minor features and library contributions were added. This is the begining of a new "stable" series of releases.


Changes: Many changes, the most significant of which is the addition of support for Mac OS X and Unicode (if supported by wxWindows on the platform).