How to download the stable version of wxPython for Ubuntu 16.04 and Python 2.7 version?
Asked
Active
Viewed 1,256 times
1 Answers
1
To install the stable version of wxPython for Python 2.7 from the default Ubuntu repositories, open the terminal and type:
sudo apt install python-wxtools # tools from the wxPython distribution
wxPython 4.0.1 has been released. To get the GTK3 wxPython builds for Ubuntu 16.04 you can use a pip command like this:
sudo apt install python-pip
sudo pip install -U \
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-16.04 \
wxPython
karel
- 122,292
- 133
- 301
- 332