Public bug reported:

Trying to launch playonlinux on a Ubuntu 25.04 system with Python 3.13
(upgraded system w/playonlinux installed pre-upgrade), it crashes on
launch. Removing and reinstalling via apt did not affect the behavior.

Console output up until the crash:
playonlinux
Looking for python3... 3.13.3 - selected
/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'

Found some threads online suggesting that Python 3.13 was the culprit.
Then tried installing the ubuntu package for the pipse module:
"python3-standard-pipes". Upon installing this package, playonlinux
launched again.

A possible solution would perhaps be to make "python3-standard-pipes" a
dependency for playonlinux.

** Affects: playonlinux (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2112415

Title:
  Crashes on launch unless "python3-standard-pipes" is installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/playonlinux/+bug/2112415/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to