Skip to content

python3.13 removed module pipes #4

Description

@on4r4p

Try on ubuntu 25.04

when launching playonlix form terminal :

/usr/share/playonlinux/python/mainwindow.py:711: SyntaxWarning: invalid escape sequence '\|'
  \|XPM (*.xpm)|*.xpm;*.XPM\
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'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions