Python Forum
wxpython install on Linux Mint
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
wxpython install on Linux Mint
#1
I can't count the number of times that I needed to install wxpython for a project.
Quite often, this led to a lot of frustration, sometimes to the point where I used another graphics package,
even though I really like wxpython.

For the past year or so, I haven't had a single problem with any wxpython install, and that's because of an almost hidden installation hint.
Since this has been such a relief for me, I thought I ought to post it here:

This seems to always work on Linux Mint (change version of ubuntu as needed),(expect the same with any ubuntu based distro as well):
pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 wxPython
Reply
#2
You can try

apt install python3-wxgtk4.0
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  how to install python on linux manchun 5 5,801 Mar-01-2018, 09:09 AM
Last Post: wavic

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020