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

python-wxpython 4.2.2

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 python-wxpython 4.2.2 as follows:

guix install python-wxpython@4.2.2

Or install the latest version:

guix install python-wxpython

The python-wxpython package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:

guix install python-wxpython:debug

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.