Hello! After the python update, playonlinux 4.3.4-2 stopped running. Writes the following error in the console:
Looking for python3... 3.11.0rc1 - selected
Traceback (most recent call last):
File "/usr/share/playonlinux/python/mainwindow.py", line 39, in <module>
import lib.lng as lng
File "/usr/share/playonlinux/python/lib/lng.py", line 6, in <module>
from . import Variables
File "/usr/share/playonlinux/python/lib/Variables.py", line 50, in <module>
if playonlinux.VersionLower(wx.VERSION_STRING, "3.0.0"):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/playonlinux/python/lib/playonlinux.py", line 281, in VersionLower
version1 = [ int(digit) for digit in version1[0].split(".") ]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/playonlinux/python/lib/playonlinux.py", line 281, in <listcomp>
version1 = [ int(digit) for digit in version1[0].split(".") ]
^^^^^^^^^^
ValueError: invalid literal for int() with base 10: '2a1'
/usr/share/playonlinux/playonlinux: line 126: 1869883 Segmentation fault (memory image flushed to disk) "$POL_PYTHON" mainwindow.py "$@"
How to understand what he doesn't like?