python-wxpython
Cross platform GUI toolkit for Python
wxPython is a cross-platform GUI toolkit for the Python programming language. It is implemented as a set of Python extension modules that wrap the GUI components of the popular wxWidgets cross platform C++ library. In most cases, wxPython uses the native widgets on each platform to provide a 100% native look and feel for the application.
- Versions: 4.2.2
- Website: https://wxpython.org/
- Licenses: wxWindows 3.1+
- Package source: gnu/packages/wxwidgets.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-wxpython
as follows:
guix install python-wxpython
Or install a particular version:
guix install python-wxpython@4.2.2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of python-wxpython about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-wxpython'><img src='https://packages.guix.gnu.org/packages/python-wxpython/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-wxpython)
Example Org:
[[https://packages.guix.gnu.org/packages/python-wxpython][https://packages.guix.gnu.org/packages/python-wxpython/badges/latest-version.svg]]