Robin,
Long time, no problems
Been running wxPython code on Win 10 and absolutely no problems. Recently I tried to set up wxPython on Fedora 31 and have run into (at least) an issue. Note: I currently have both Python 2.7 and 3.76 installed on the Fedora but expect that Python 2.X is abt to become deprecated.
When I run code, I get a:
ImportError: libjpeg.so.8: cannot open shared object file: No such file or directory
There are 3 lines flagged (verbally) in the error but 1 error seems to lead from:
import wx
Have tried a few suggestions (including installing libjepg-turbo) but can’t seem to get past this.
I respect that the wxPython error may be only a symptom and may have nothing to do with it directly, but thought you might have some suggestions how to resolve this?
Thx in advance…cheers…