1a65109268
x11-toolkits/py-wxPython28 was been modified to do not install wxversion python files which conflict with wxPython30. Instead a new port has been created (x11-toolkits/py-wxPython-common) which only installs wxversion and wx.pth responsible for selecting the wxPython version. Stage support has been added to all related ports. Maintainership has been reset to python@. The final goal is to make all ports use wxPython30 so we can remove wxPython28.
7 lines
366 B
Text
7 lines
366 B
Text
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++.
|
|
|
|
WWW: http://www.wxpython.org
|