This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-wxpython/badges/latest-version.svg)](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]]