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


Groups > comp.lang.python.announce > #1394 > unrolled thread

ANN: wxPython 3.0.1.1

Started byRobin Dunn <robin@alldunn.com>
First post2014-09-10 21:26 -0700
Last post2014-09-10 21:26 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  ANN: wxPython 3.0.1.1 Robin Dunn <robin@alldunn.com> - 2014-09-10 21:26 -0700

#1394 — ANN: wxPython 3.0.1.1

FromRobin Dunn <robin@alldunn.com>
Date2014-09-10 21:26 -0700
SubjectANN: wxPython 3.0.1.1
Message-ID<mailman.13925.1410411872.18130.python-announce-list@python.org>
Announcing
----------

wxPython 3.0.1.1 (classic) has been released and is now available for
download at http://wxpython.org/download.php.  This build adds some
updates of the 3rdParty libraries that were left out of the last build
by mistake.

Various binaries are available for 32-bit and 64-bit Windows, and also
for OSX using the Carbon and Cocoa APIs, for Python 2.6 and 2.7.
Source code is also available at http://wxpython.org/download.php of
course, for building your own.


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 set of Python extension modules that wrap 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 and 64-bit Microsoft Windows,
most Linux or other Unix-like systems using GTK2, and Mac OS X 10.4+.
In most cases the native widgets are used on each platform to provide
a 100% native look and feel for the application.



-- 
Robin Dunn
Software Craftsman
http://wxPython.org

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web