Notice!
PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities.
Create your free Platform account
to download ActivePython or customize Python with the packages you require and get automatic updates.
Download
ActivePython
INSTALL>
pypm install wxpython
How to install wxPython
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install wxpython
- Read the notes specific to this package.
| Python 2.7 | Python 3.2 | Python 3.3 |
---|
Windows (32-bit) | | | |
---|
Windows (64-bit) | | | |
---|
Mac OS X (10.5+) | | | |
---|
Linux (32-bit) | | | |
---|
Linux (64-bit) | | | |
---|
On Python 2.7 and Mac OS X (10.5+):-
You must run Python in 32-bit mode (arch -i386 python) to use wxPython, as it is built only for i386 (not x64).
License
wxWidgets Library License (LGPL derivative)
Lastest release
version 2.8.11.0 on Aug 24th, 2010
wxPython is a GUI toolkit for Python that is a wrapper around the
wxWidgets C++ GUI library. wxPython provides a large variety of
window types and controls, all implemented with a native look and
feel (by using the native widgets) on the platforms upon which it is
supported.