Introduction to wxPython
Ensure you have a working installation of pip
. Then install the required dependencies via
pip install --upgrade --user wxpython
From now on, you should be able to import wx
in your python programs. To get started with GUI programming in Python, follow the official wxPython tutorial