'How to install wxPython for ubuntu 20.04.4
Im trying to install wxpython for my linux computer and having great difficulty. I can see in my packages folder I have a folder called wx but when i go to import it in python I get the following error message:
[Traceback (most recent call last): File "", line 1, in File "/home/db/.local/lib/python3.8/site-packages/wx/init.py", line 17, in from wx.core import * File "/home/db/.local/lib/python3.8/site-packages/wx/core.py", line 12, in from ._core import * ImportError: libSDL2-2.0.so.0: cannot open shared object file: No such file or directory]
Any help on how to solve this problem would be greatly appreciated! Thanks in advance
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
