Differences between revisions 2 and 3
Revision 2 as of 2008-11-14 13:42:03
Size: 1431
Editor: anonymous
Comment: converted to 1.6 markup
Revision 3 as of 2022-04-05 01:54:42
Size: 0
Editor: mkoeppe
Comment: outdated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= wxPython =

== Description ==

 * 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 (native code) that wraps the popular wxWidgets cross platform GUI library, which is written in C++.

 * Like Python and wxWidgets, wxPython is Open Source which means that it is free for anyone to use and the source code is available for anyone to look at and modify. Or anyone can contribute fixes or enhancements to the project.

 * wxPython is a cross-platform toolkit. This means that the same program will run on multiple platforms without modification. Currently supported platforms are 32-bit Microsoft Windows, most Unix or unix-like systems, and Macintosh OS X.

Since the language is Python, wxPython programs are simple, easy to write and easy to understand.

== License ==
 * LPGL v2?
 * http://www.wxpython.org/onlinedocs.php

== SPKG Maintainers ==

 * Jaap Spies, [email protected]

== Upstream Contact ==

 * http://www.wxpython.org/maillist.php

== Dependencies ==
See:
 * http://www.wxpython.org/download.php#prerequisites
 * glib and gtk+
 * OpenGL (mesa3D)

== Changelog ==

 * First release wxPython-linux-2.8.7.1 - Jaap Spies. This is linux only for the moment (20080119). Someone should do it for OSX!