Here is the messages :
:~> playonlinux
Looking for python3... 3.13.2 - selected
/usr/share/playonlinux/python/mainwindow.py:708: SyntaxWarning: invalid escape sequence '\|'
self.SupprotedIconExt = "All|*.xpm;*.XPM;*.png;*.PNG;*.ico;*.ICO;*.jpg;*.JPG;*.jpeg;*.JPEG;*.bmp;*.BMP\
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 6, in <module>
import wx, lib.playonlinux as playonlinux
File "/usr/share/playonlinux/python/lib/playonlinux.py", line 8, in <module>
import subprocess, shlex, pipes, wx
ModuleNotFoundError: No module named 'pipes'
Here is the python doc :
pipes
— Interface to shell pipelines
Deprecated since version 3.11, removed in version 3.13.
This module is no longer part of the Python standard library. It was removed in Python 3.13 after being deprecated in Python 3.11. The removal was decided in PEP 594.
Applications should use the subprocess
module instead.
The last version of Python that provided the pipes
module was Python 3.12.