After upgrading, my panel shortcut broke and running playonlinux from command line gave the error that the package is not installed but can be apt get installed. (which I did). However, running playonlinux now returns the errors below, which I think are to do with Python.
I followed the instructions here
https://www.linuxcapable.com/how-to-install-python-3-10-on-ubuntu-22-04-lts/
to install python 3.10, but still the errors.
Has the upgrade from 20.04 to 22.04 broken my Python? What should I do to fix PlayonLinux?
I remember when installing Python there was a lot of steps I had to go through manually setting up static links to libraries. I wonder if the new version of Ubuntu overwrote these.
playonlinux
Looking for python3... 3.10.6 - Fatal Error: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1013,wx containers,compatible with 2.8),
and wxCore used 3.0 (wchar_t,compiler with C++ ABI 1016,wx containers,compatible with 2.8).
/usr/share/playonlinux/bash/find_python: line 55: 37840 Aborted (core dumped) "$POL_PYTHON" "$POLDIR/python/check_python.py"
failed tests
Looking for python...
Looking for python2.7... 2.7.18 - Fatal Error: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1013,wx containers,compatible with 2.8),
and wxCore used 3.0 (wchar_t,compiler with C++ ABI 1016,wx containers,compatible with 2.8).
/usr/share/playonlinux/bash/find_python: line 55: 37853 Aborted (core dumped) "$POL_PYTHON" "$POLDIR/python/check_python.py"
failed tests
Looking for python2.6...
Looking for python2... 2.7.18 - Fatal Error: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1013,wx containers,compatible with 2.8),
and wxCore used 3.0 (wchar_t,compiler with C++ ABI 1016,wx containers,compatible with 2.8).
/usr/share/playonlinux/bash/find_python: line 55: 37865 Aborted (core dumped) "$POL_PYTHON" "$POLDIR/python/check_python.py"
failed tests
Please install python before trying to run this program```