Forums

V 4.4.0, does not start, no more python pipes module

Auteur Réponses
promeneur Mercredi 12 Mars 2025 à 9:58
promeneurAnonymous

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.

 

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca@playonlinux.com